ThongCoder commited on
Commit
73e1286
·
verified ·
1 Parent(s): 9079837

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -51,5 +51,7 @@ USER vscode
51
 
52
  RUN pip install huggingface_hub[cli]
53
 
 
 
54
  EXPOSE 7860
55
  CMD ["python3", "/app.py"]
 
51
 
52
  RUN pip install huggingface_hub[cli]
53
 
54
+ ENV PATH=$PATH:/home/vscode/.local/bin
55
+
56
  EXPOSE 7860
57
  CMD ["python3", "/app.py"]