NicholasJohn commited on
Commit
cd09dff
·
1 Parent(s): a7b54ff
Files changed (1) hide show
  1. 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"]