matdmiller commited on
Commit
643b232
·
verified ·
1 Parent(s): 4ebb67f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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=LocalResearchGroup/smollm2-135m-20250224_023514
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