Spaces:
Sleeping
Sleeping
Sunrusojsis
commited on
Commit
•
d2577f0
1
Parent(s):
3d689a7
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ RUN git clone https://github.com/egcash/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 [new version ]
|
9 |
EXPOSE 23333
|
10 |
|
11 |
CMD ["python", "-m", "apis.chat_api"]
|
|
|
5 |
WORKDIR "/app"
|
6 |
RUN pip install -r requirements.txt
|
7 |
# RUN mkdir -p /data && chmod -R 755 /data
|
8 |
+
# VOLUME /data [new version ]
|
9 |
EXPOSE 23333
|
10 |
|
11 |
CMD ["python", "-m", "apis.chat_api"]
|