npc0 commited on
Commit
08e061d
1 Parent(s): c8d7726

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ ENV GRADIO_SERVER_NAME="0.0.0.0"
17
  COPY . .
18
 
19
  RUN mkdir -p /.ollama && chmod 777 /.ollama
 
20
  # Copy the entry point script
21
  COPY entrypoint.sh /entrypoint.sh
22
  RUN chmod +x /entrypoint.sh
 
17
  COPY . .
18
 
19
  RUN mkdir -p /.ollama && chmod 777 /.ollama
20
+ RUN mkdir -p /data && chmod 777 /data
21
  # Copy the entry point script
22
  COPY entrypoint.sh /entrypoint.sh
23
  RUN chmod +x /entrypoint.sh