UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
A
aiml
jupyter
jaic-notebook
Commits
a25c5e8e
Commit
a25c5e8e
authored
May 23, 2021
by
Matt Vasquez
Browse files
remove dnf upgrade
parent
b9ca5b97
Pipeline
#275798
passed with stages
in 130 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Dockerfile
Dockerfile
+1
-2
No files found.
Dockerfile
View file @
a25c5e8e
...
@@ -10,8 +10,7 @@ ENV USER=jovyan
...
@@ -10,8 +10,7 @@ ENV USER=jovyan
COPY
--chown=$USER *.whl *.tar.gz *.zip /tmp/packages/
COPY
--chown=$USER *.whl *.tar.gz *.zip /tmp/packages/
RUN
dnf upgrade
-y
&&
\
RUN
dnf
install
-y
hostname
xz-devel make gcc gcc-c++ openssl-devel bzip2-devel libffi-devel sqlite-devel
&&
\
dnf
install
-y
hostname
xz-devel make gcc gcc-c++ openssl-devel bzip2-devel libffi-devel sqlite-devel
&&
\
rm
/usr/bin/python3
&&
\
rm
/usr/bin/python3
&&
\
cd
/opt/Python-
"
$(
python
--version
|
awk
'{print $2}'
)
"
&&
\
cd
/opt/Python-
"
$(
python
--version
|
awk
'{print $2}'
)
"
&&
\
./configure
--enable-optimizations
&&
\
./configure
--enable-optimizations
&&
\
...
...
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