gfjiogopdfgdfs commited on
Commit
e8787df
1 Parent(s): b90c54a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -2,6 +2,4 @@ FROM nvidia/cuda:12.1.1-devel-ubuntu22.04
2
  RUN apt update && apt install git python3-pip -y
3
  ARG ENGINE_ARGS
4
  RUN pip3 install aphrodite-engine
5
- RUN pip3 install hf_transfer
6
- ENV HF_HUB_ENABLE_HF_TRANSFER=1
7
  CMD /bin/python3 -m aphrodite.endpoints.kobold.api_server $ENGINE_ARGS --port 7860
 
2
  RUN apt update && apt install git python3-pip -y
3
  ARG ENGINE_ARGS
4
  RUN pip3 install aphrodite-engine
 
 
5
  CMD /bin/python3 -m aphrodite.endpoints.kobold.api_server $ENGINE_ARGS --port 7860