Spaces:
Sleeping
Sleeping
Commit
·
cd09dff
1
Parent(s):
a7b54ff
tweak 2
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -7,7 +7,4 @@ RUN pip install -r requirements.txt
|
|
7 |
EXPOSE 7860
|
8 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
9 |
|
10 |
-
# Create a directory for model downloads and set permissions
|
11 |
-
RUN mkdir /usr/src/app/llama3-gguf && chown -R 1001:0 /usr/src/app/llama3-gguf && chmod -R g=u /usr/src/app/llama3-gguf
|
12 |
-
|
13 |
CMD ["python", "app.py"]
|
|
|
7 |
EXPOSE 7860
|
8 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
9 |
|
|
|
|
|
|
|
10 |
CMD ["python", "app.py"]
|