euIaxs22 commited on
Commit
5704c63
·
verified ·
1 Parent(s): bee5faa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -34,6 +34,9 @@ ENV CUDA_LAUNCH_BLOCKING=0 CUDA_CACHE_MAXSIZE=2147483648 CUDA_CACHE_DISABLE=0
34
  ENV APP_HOME=/app
35
  WORKDIR $APP_HOME
36
 
 
 
 
37
 
38
 
39
  # ---------------- Sistema & Python ----------------
 
34
  ENV APP_HOME=/app
35
  WORKDIR $APP_HOME
36
 
37
+ RUN mkdir /data
38
+ RUN chmod 777 /data
39
+
40
 
41
 
42
  # ---------------- Sistema & Python ----------------