Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
f200ab96
Commit
f200ab96
authored
Aug 19, 2020
by
Romain
Committed by
GitHub
Aug 19, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1149 from ImreSamu/julia_1_5_0
update to julia 1.5.0
parents
3cba2932
cfbc0c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
datascience-notebook/Dockerfile
datascience-notebook/Dockerfile
+2
-2
No files found.
datascience-notebook/Dockerfile
View file @
f200ab96
...
@@ -26,14 +26,14 @@ RUN apt-get update && \
...
@@ -26,14 +26,14 @@ RUN apt-get update && \
# install Julia packages in /opt/julia instead of $HOME
# install Julia packages in /opt/julia instead of $HOME
ENV
JULIA_DEPOT_PATH=/opt/julia
ENV
JULIA_DEPOT_PATH=/opt/julia
ENV
JULIA_PKGDIR=/opt/julia
ENV
JULIA_PKGDIR=/opt/julia
ENV
JULIA_VERSION=1.
4.1
ENV
JULIA_VERSION=1.
5.0
WORKDIR
/tmp
WORKDIR
/tmp
# hadolint ignore=SC2046
# hadolint ignore=SC2046
RUN
mkdir
"/opt/julia-
${
JULIA_VERSION
}
"
&&
\
RUN
mkdir
"/opt/julia-
${
JULIA_VERSION
}
"
&&
\
wget
-q
https://julialang-s3.julialang.org/bin/linux/x64/
$(
echo
"
${
JULIA_VERSION
}
"
|
cut
-d
.
-f
1,2
)
"/julia-
${
JULIA_VERSION
}
-linux-x86_64.tar.gz"
&&
\
wget
-q
https://julialang-s3.julialang.org/bin/linux/x64/
$(
echo
"
${
JULIA_VERSION
}
"
|
cut
-d
.
-f
1,2
)
"/julia-
${
JULIA_VERSION
}
-linux-x86_64.tar.gz"
&&
\
echo
"
fd6d8cadaed678174c3caefb92207a3b0e8da9f926af6703fb4d1e4e4f50610a
*julia-
${
JULIA_VERSION
}
-linux-x86_64.tar.gz"
|
sha256sum
-c
-
&&
\
echo
"
be7af676f8474afce098861275d28a0eb8a4ece3f83a11027e3554dcdecddb91
*julia-
${
JULIA_VERSION
}
-linux-x86_64.tar.gz"
|
sha256sum
-c
-
&&
\
tar
xzf
"julia-
${
JULIA_VERSION
}
-linux-x86_64.tar.gz"
-C
"/opt/julia-
${
JULIA_VERSION
}
"
--strip-components
=
1
&&
\
tar
xzf
"julia-
${
JULIA_VERSION
}
-linux-x86_64.tar.gz"
-C
"/opt/julia-
${
JULIA_VERSION
}
"
--strip-components
=
1
&&
\
rm
"/tmp/julia-
${
JULIA_VERSION
}
-linux-x86_64.tar.gz"
rm
"/tmp/julia-
${
JULIA_VERSION
}
-linux-x86_64.tar.gz"
RUN
ln
-fs
/opt/julia-
*
/bin/julia /usr/local/bin/julia
RUN
ln
-fs
/opt/julia-
*
/bin/julia /usr/local/bin/julia
...
...
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