szymonrucinski commited on
Commit
722f1fd
1 Parent(s): d746608

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  from condaforge/mambaforge
2
- ENV MPLCONFIGDIR="/opt/myapplication/.config/matplotlib"
3
  RUN git clone https://github.com/szymonrucinski/AiRoll
4
  WORKDIR /AiRoll
5
  RUN git clone https://huggingface.co/szymonrucinski/what-a-shot
 
1
  from condaforge/mambaforge
2
+ ENV MPLCONFIGDIR=".config/matplotlib"
3
  RUN git clone https://github.com/szymonrucinski/AiRoll
4
  WORKDIR /AiRoll
5
  RUN git clone https://huggingface.co/szymonrucinski/what-a-shot