meepmoo commited on
Commit
0933781
·
verified ·
1 Parent(s): b68c262

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -32,7 +32,8 @@ COPY ./asset /content/asset
32
  COPY ./config /content/config
33
  COPY ./datasets /content/datasets
34
  COPY ./reports /content/reports
35
-
 
36
  # Copy the README.md
37
  COPY README.md /usr/share/nginx/html/README.md
38
  WORKDIR /content
 
32
  COPY ./config /content/config
33
  COPY ./datasets /content/datasets
34
  COPY ./reports /content/reports
35
+ RUN chmod -R 777 /content/asset
36
+ RUN chmod -R 777 /content/cogvideox
37
  # Copy the README.md
38
  COPY README.md /usr/share/nginx/html/README.md
39
  WORKDIR /content