Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SciViews
svbox-renku
Commits
1b50c68e
Commit
1b50c68e
authored
Aug 27, 2021
by
Philippe Grosjean
Browse files
Update Dockerfile
parent
d98bcb9f
Pipeline
#245676
passed with stage
in 5 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
1b50c68e
...
...
@@ -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,7 +132,6 @@ 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
&&
\
...
...
Philippe Grosjean
@phgrosjean
mentioned in commit
21e52804
·
Aug 27, 2021
mentioned in commit
21e52804
mentioned in commit 21e528041bf49335aae48c52479f242c0b011e2f
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