Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -30,6 +30,8 @@ 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 bash miniconda.sh -b
|
34 |
RUN conda install -c conda-forge libstdcxx-ng=12
|
35 |
# Install dependencies and build app as non-root
|
|
|
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 export PATH="$PATH;/root/miniconda3/bin"
|
34 |
+
ENV PATH="$PATH;/root/miniconda3/bin"
|
35 |
RUN bash miniconda.sh -b
|
36 |
RUN conda install -c conda-forge libstdcxx-ng=12
|
37 |
# Install dependencies and build app as non-root
|