matdmiller commited on
Commit
4ebb67f
·
verified ·
1 Parent(s): 49c36bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -2,7 +2,8 @@ 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
 
 
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
+ ENV HF_REPO_ID=LocalResearchGroup/smollm2-135m-20250224_023514
7
 
8
  RUN useradd -m -u 1000 aim_user
9