Erythrocyte3803 commited on
Commit
2f34cd6
1 Parent(s): 68c4d57
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 /*
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