Skip to content

Commit

Permalink
Don't fetch the models, just the datasets [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jul 25, 2024
1 parent 3a8bfa0 commit f605a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ RUN source activate morpheus &&\
cd /tmp/morpheus_repo &&\
git checkout ${GIT_COMMIT} &&\
git lfs install &&\
/tmp/morpheus_repo/scripts/fetch_data.py fetch examples models
/tmp/morpheus_repo/scripts/fetch_data.py fetch datasets examples

# ============ Stage: runtime ============
# Setup container for runtime environment
Expand All @@ -319,7 +319,7 @@ COPY --from=git_clone "/tmp/morpheus_repo/conda/environments/*.yaml" "./conda/en
COPY --from=git_clone "/tmp/morpheus_repo/docker" "./docker"
COPY --from=build_docs "/workspace/build/docs/html" "./docs"
COPY --from=git_clone "/tmp/morpheus_repo/examples" "./examples"
COPY --from=git_clone "/tmp/morpheus_repo/models" "./models"
COPY --from=git_clone "/tmp/models/datasets" "./models/datasets"
COPY --from=git_clone "/tmp/morpheus_repo/scripts" "./scripts"
COPY --from=git_clone "/tmp/morpheus_repo/*.md" "./"
COPY --from=git_clone "/tmp/morpheus_repo/LICENSE" "./"
Expand Down

0 comments on commit f605a62

Please sign in to comment.