Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
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
|