Azaya89 commited on
Commit
b4a8169
·
1 Parent(s): ecd9150

docker take 2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ RUN micromamba env create -f /code/environment.yml -n appenv \
10
  COPY . .
11
 
12
  RUN mkdir -p /code/.cache /code/.chroma && chmod 777 /code/.cache /code/.chroma
 
13
 
14
  SHELL ["/bin/bash", "-c"]
15
 
 
10
  COPY . .
11
 
12
  RUN mkdir -p /code/.cache /code/.chroma && chmod 777 /code/.cache /code/.chroma
13
+ RUN mkdir -p /home/mambauser/.cache/mamba/proc && chmod -R 777 /home/mambauser/.cache
14
 
15
  SHELL ["/bin/bash", "-c"]
16