Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM python:3.9
|
|
3 |
# Select which LRG Model Repo to view. Set this back to a placeholder value to remove viewing repo in the space. ex:
|
4 |
# ENV HF_REPO_ID=LocalResearchGroup/smollm2-135m-20250224_023514
|
5 |
# ENV HF_REPO_ID=xxxxx
|
6 |
-
ENV HF_REPO_ID=
|
7 |
|
8 |
RUN useradd -m -u 1000 aim_user
|
9 |
|
|
|
3 |
# Select which LRG Model Repo to view. Set this back to a placeholder value to remove viewing repo in the space. ex:
|
4 |
# ENV HF_REPO_ID=LocalResearchGroup/smollm2-135m-20250224_023514
|
5 |
# ENV HF_REPO_ID=xxxxx
|
6 |
+
ENV HF_REPO_ID=xxxxx
|
7 |
|
8 |
RUN useradd -m -u 1000 aim_user
|
9 |
|