YoBatM commited on
Commit
5de903a
·
verified ·
1 Parent(s): 136b996

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ RUN cp ./hola.conf /etc/nginx/sites-available/default
30
  ENV RETICULATE_MINICONDA_ENABLED=FALSE
31
  RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
32
  RUN chmod 777 miniconda.sh
33
- RUN RETICULATE_MINICONDA_ENABLED=FALSE bash miniconda.sh
34
  RUN conda install -c conda-forge libstdcxx-ng=12
35
  # Install dependencies and build app as non-root
36
  USER pn
 
30
  ENV RETICULATE_MINICONDA_ENABLED=FALSE
31
  RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
32
  RUN chmod 777 miniconda.sh
33
+ RUN bash miniconda.sh -b
34
  RUN conda install -c conda-forge libstdcxx-ng=12
35
  # Install dependencies and build app as non-root
36
  USER pn