Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -28,9 +28,9 @@ RUN echo "c2VydmVyIHsgCiAgICBsaXN0ZW4gNTAwMCBkZWZhdWx0X3NlcnZlcjsgCiAgICBsaXN0ZW
|
|
28 |
RUN chmod 777 ./hola.conf
|
29 |
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-
|
32 |
RUN chmod 777 miniconda.sh
|
33 |
-
RUN 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
|
|
|
28 |
RUN chmod 777 ./hola.conf
|
29 |
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
|