aagoluoglu commited on
Commit
0db9542
·
verified ·
1 Parent(s): a9bb251

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -81,4 +81,7 @@ WORKDIR /workspaces/artificial_intelligence
81
 
82
  COPY . .
83
 
 
 
 
84
  RUN python main.py
 
81
 
82
  COPY . .
83
 
84
+ # Set permissions for the directory
85
+ RUN chmod -R 777 /workspaces/artificial_intelligence
86
+
87
  RUN python main.py