gfjiogopdfgdfs commited on
Commit
0812449
·
verified ·
1 Parent(s): 1cac260

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -49,4 +49,5 @@ RUN pip install huggingface-hub hf-transfer
49
  ENV HF_HUB_ENABLE_HF_TRANSFER=1
50
  # Ensure the model is downloaded into the current working directory (models folder)
51
  RUN huggingface-cli download TheBloke/goliath-120b-gptq --local-dir ./ --local-dir-use-symlinks False --cache-dir ~/cache
 
52
  CMD ["python3", "main.py"]
 
49
  ENV HF_HUB_ENABLE_HF_TRANSFER=1
50
  # Ensure the model is downloaded into the current working directory (models folder)
51
  RUN huggingface-cli download TheBloke/goliath-120b-gptq --local-dir ./ --local-dir-use-symlinks False --cache-dir ~/cache
52
+ WORKDIR $HOME/app/tabbyAPI
53
  CMD ["python3", "main.py"]