Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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.
|