grg commited on
Commit
67eafed
β€’
1 Parent(s): 0acfa02

permission change

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -12,6 +12,8 @@ RUN apt-get update && \
12
 
13
  COPY . .
14
 
 
 
15
  RUN pip install --upgrade -r web_demo/requirements.txt
16
  RUN pip install -e gym-minigrid
17
 
 
12
 
13
  COPY . .
14
 
15
+ RUN chmod -R 777 /code
16
+
17
  RUN pip install --upgrade -r web_demo/requirements.txt
18
  RUN pip install -e gym-minigrid
19