Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
-
|
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"]
|