Spaces:
Running
Running
Commit
ยท
f8a2815
1
Parent(s):
5ad3bc3
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -24,8 +24,6 @@ RUN git clone https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML
|
|
24 |
|
25 |
COPY --chown=user . $HOME/app
|
26 |
|
27 |
-
COPY . .
|
28 |
-
|
29 |
RUN ls -al
|
30 |
|
31 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
|
|
24 |
|
25 |
COPY --chown=user . $HOME/app
|
26 |
|
|
|
|
|
27 |
RUN ls -al
|
28 |
|
29 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|