Spaces:
Sleeping
Sleeping
dockerfile. add single quotes
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN install2.r --error \
|
|
13 |
RUN install2.r --error \
|
14 |
devtools
|
15 |
|
16 |
-
RUN R -e "devtools::install_url('https://github.com/catboost/catboost/releases/download/v1.2/catboost-R-Linux-1.2.tgz', INSTALL_opts = c(
|
17 |
|
18 |
# Install development packages from GitHub
|
19 |
RUN installGithub.r \
|
|
|
13 |
RUN install2.r --error \
|
14 |
devtools
|
15 |
|
16 |
+
RUN R -e "devtools::install_url('https://github.com/catboost/catboost/releases/download/v1.2/catboost-R-Linux-1.2.tgz', INSTALL_opts = c('--no-multiarch', '--no-test-load'))"
|
17 |
|
18 |
# Install development packages from GitHub
|
19 |
RUN installGithub.r \
|