mangoman7002 commited on
Commit
099c63f
·
verified ·
1 Parent(s): ec0aebe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,5 +16,5 @@ WORKDIR $HOME/app
16
  COPY --chown=user . $HOME/app
17
  RUN wget https://huggingface.co/avsolatorio/GIST-all-MiniLM-L6-v2/resolve/main/onnx/model_quantized.onnx
18
  RUN wget https://huggingface.co/avsolatorio/GIST-all-MiniLM-L6-v2/resolve/main/tokenizer.json
19
- RUN wget --header="Authorization: Bearer ${HF_API_TOKEN}" https://huggingface.co/datasets/mangoman7002/MyFiles/resolve/main/app.py
20
  CMD ["flask", "run", "--host", "0.0.0.0", "--port", "7860"]
 
16
  COPY --chown=user . $HOME/app
17
  RUN wget https://huggingface.co/avsolatorio/GIST-all-MiniLM-L6-v2/resolve/main/onnx/model_quantized.onnx
18
  RUN wget https://huggingface.co/avsolatorio/GIST-all-MiniLM-L6-v2/resolve/main/tokenizer.json
19
+ RUN wget https://huggingface.co/datasets/mangoman7002/MyFiles/resolve/main/app.py
20
  CMD ["flask", "run", "--host", "0.0.0.0", "--port", "7860"]