harpomaxx commited on
Commit
82f21d1
·
1 Parent(s): bd30470

remove space in install_rul devtools

Browse files
Files changed (1) hide show
  1. 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("--no-multiarch", "--no-test-load"))"
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 \