matdmiller commited on
Commit
1841f2d
·
verified ·
1 Parent(s): 7f5e62c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  FROM python:3.9
2
 
3
- ENV HF_REPO_ID=LocalResearchGroup/smollm2-135m-20250224_023514
 
 
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