Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SciViews
svbox-renku
Commits
3360880f
Commit
3360880f
authored
Aug 27, 2021
by
Philippe Grosjean
Browse files
Update Dockerfile
parent
db2f1b6b
Pipeline
#245603
passed with stage
in 27 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
3360880f
...
...
@@ -67,9 +67,9 @@ RUN apt-get update --fix-missing && \
wget
\
vim
\
# for mongolite
#
libsasl2-dev \
libsasl2-dev \
# for keyring
#
libsecret-1-dev \
libsecret-1-dev \
# added for SciViews Box/BioDataScience
hunspell-en-us \
hunspell-en-gb \
...
...
@@ -132,10 +132,11 @@ RUN echo ". ${CONDA_PATH}/etc/profile.d/conda.sh" >> ~/.bashrc && \
echo "source ~/.bashrc" >> ~/.bash_profile
# install R and python dependencies
ENV
GITHUB_PAT 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
COPY
install.R /tmp/
COPY
requirements.txt /tmp/
RUN
R
-f
/tmp/install.R
&&
\
#
R --quiet -e "install.packages('webshot'); webshot::install_phantomjs()" &&
\
R
--quiet
-e
"install.packages('webshot'); webshot::install_phantomjs()"
&&
\
pip3
install
-r
/tmp/requirements.txt
COPY
post-init.sh /post-init.sh
...
...
Philippe Grosjean
@phgrosjean
mentioned in commit
bd4d52fb
·
Aug 27, 2021
mentioned in commit
bd4d52fb
mentioned in commit bd4d52fb4769da955b749352cb43e1e245cc538d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment