Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
notebook
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
SWAN
docker-images
notebook
Commits
e21c22d7
Commit
e21c22d7
authored
5 years ago
by
Diogo Castro
Browse files
Options
Downloads
Patches
Plain Diff
Install nodejs 12 (required by jupyterlab to install extensions)
npm now comes with nodejs.
parent
97d8d6ca
No related branches found
No related tags found
1 merge request
!9
Update to latest
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
e21c22d7
...
...
@@ -16,7 +16,8 @@ ENV PYTHONIOENCODING UTF-8
# Install developer tools
# Install Latex packages (needed to convert notebooks to PDF)
RUN
yum
-y
update
&&
\
RUN
curl
-sL
https://rpm.nodesource.com/setup_12.x | bash -
&&
\
yum
-y
update
&&
\
yum
-y
install
\
bzip2
\
gcc
\
...
...
@@ -29,7 +30,6 @@ RUN yum -y update && \
ncurses-devel
\
nano
\
nodejs
\
npm
\
openssl-devel
\
patch
\
sqlite-devel
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment