nroggendorff commited on
Commit
b81453a
·
verified ·
1 Parent(s): 3a7ff51

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,4 +1,6 @@
1
  FROM nroggendorff/train-llama:latest
 
 
2
  RUN python -u prep.py
3
 
4
  CMD ["python", "train.py"]
 
1
  FROM nroggendorff/train-llama:latest
2
+
3
+ USER user
4
  RUN python -u prep.py
5
 
6
  CMD ["python", "train.py"]