Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
-
|
|
|
|
|
4 |
|
5 |
RUN useradd -m -u 1000 aim_user
|
6 |
|
|
|
1 |
FROM python:3.9
|
2 |
|
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 |
|
7 |
RUN useradd -m -u 1000 aim_user
|
8 |
|