matdmiller commited on
Commit
20367f7
·
verified ·
1 Parent(s): d827db0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ ENTRYPOINT ["/bin/sh", "-c"]
24
  # COPY aim_repo.tar.gz .
25
  # RUN tar xvzf aim_repo.tar.gz
26
 
27
- RUN python3 -c "from huggingface_hub import snapshot_download; snapshot_download(repo_id='LocalResearchGroup/smollm2-135m-20250224_023514', local_dir='.', allow_patterns='.aim/**')"
28
 
29
  # have to run `aim init` in the directory that stores aim data for
30
  # otherwise `aim up` will prompt for confirmation to create the directory itself.
 
24
  # COPY aim_repo.tar.gz .
25
  # RUN tar xvzf aim_repo.tar.gz
26
 
27
+ RUN python3 -c "from huggingface_hub import snapshot_download; snapshot_download(repo_id='LocalResearchGroup/smollm2-135m-20250224_023514', local_dir='.', allow_patterns='.aim/**', token=True)"
28
 
29
  # have to run `aim init` in the directory that stores aim data for
30
  # otherwise `aim up` will prompt for confirmation to create the directory itself.