dsqe commited on
Commit
f5143a5
·
verified ·
1 Parent(s): 7b0addb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN apt install git
4
  RUN git clone https://github.com/Hansimov/hf-llm-api.git /app
5
  WORKDIR "/app"
6
  RUN pip install -r requirements.txt
7
- # RUN mkdir -p /data && chmod -R 755 /data
8
  # VOLUME /data
9
  EXPOSE 23333
10
  CMD ["python", "-m", "apis.chat_api"]
 
4
  RUN git clone https://github.com/Hansimov/hf-llm-api.git /app
5
  WORKDIR "/app"
6
  RUN pip install -r requirements.txt
7
+ RUN mkdir -p /.cache && chmod -R 777 /.cache
8
  # VOLUME /data
9
  EXPOSE 23333
10
  CMD ["python", "-m", "apis.chat_api"]