BeveledCube commited on
Commit
093b503
·
verified ·
1 Parent(s): 5b31d80

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ COPY ./ /api/
7
  RUN pip install --upgrade pip
8
  RUN pip install -r requirements.txt
9
  RUN mkdir /api/models
10
- RUN chmod a+rwx
11
 
12
  EXPOSE 7860
13
 
 
7
  RUN pip install --upgrade pip
8
  RUN pip install -r requirements.txt
9
  RUN mkdir /api/models
10
+ RUN chmod a+rwx /api/models
11
 
12
  EXPOSE 7860
13