Skip to content

Commit 1a7ddbc

Browse files
authored
Update Dockerfile
1 parent f21b5cf commit 1a7ddbc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

python_docker_for_ubuntu/Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ RUN apt-get -y update && \
4444
RUN locale-gen en_US.UTF-8
4545
RUN dpkg-reconfigure locales
4646

47-
RUN echo 'options(repos = c(CRAN = "https://cran.rstudio.com/"), download.file.method = "libcurl")' >> /etc/R/Rprofile.site \
48-
&& echo 'source("/etc/R/Rprofile.site")' >> /etc/littler.r \
49-
&& ln -s /usr/share/doc/littler/examples/install.r /usr/local/bin/install.r \
50-
&& ln -s /usr/share/doc/littler/examples/install2.r /usr/local/bin/install2.r \
51-
&& ln -s /usr/share/doc/littler/examples/installGithub.r /usr/local/bin/installGithub.r \
52-
&& ln -s /usr/share/doc/littler/examples/testInstalled.r /usr/local/bin/testInstalled.r \
53-
&& install.r docopt \
54-
&& rm -rf /tmp/downloaded_packages/ /tmp/*.rds \
55-
&& rm -rf /var/lib/apt/lists/*
47+
#RUN echo 'options(repos = c(CRAN = "https://cran.rstudio.com/"), download.file.method = "libcurl")' >> /etc/R/Rprofile.site \
48+
# && echo 'source("/etc/R/Rprofile.site")' >> /etc/littler.r \
49+
# && ln -s /usr/share/doc/littler/examples/install.r /usr/local/bin/install.r \
50+
# && ln -s /usr/share/doc/littler/examples/install2.r /usr/local/bin/install2.r \
51+
# && ln -s /usr/share/doc/littler/examples/installGithub.r /usr/local/bin/installGithub.r \
52+
# && ln -s /usr/share/doc/littler/examples/testInstalled.r /usr/local/bin/testInstalled.r \
53+
# && install.r docopt \
54+
# && rm -rf /tmp/downloaded_packages/ /tmp/*.rds \
55+
# && rm -rf /var/lib/apt/lists/*
5656

5757

5858
RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER \

0 commit comments

Comments
 (0)