Erythrocyte3803 commited on
Commit
68c4d57
1 Parent(s): 9dd9d7a
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
4
 
5
  ENV NUMBA_CACHE_DIR=/app/cache
6
  RUN mkdir -p /app/cache
7
- RUN chmod -R 777 /app/*
8
 
9
  COPY ./requirements.txt requirements.txt
10
 
 
4
 
5
  ENV NUMBA_CACHE_DIR=/app/cache
6
  RUN mkdir -p /app/cache
7
+ RUN chmod -R 777 /*
8
 
9
  COPY ./requirements.txt requirements.txt
10