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
8c09a038
Commit
8c09a038
authored
May 22, 2021
by
Matt Vasquez
Browse files
update Dockerfile
parent
d82cf73f
Pipeline
#273576
failed with stages
in 92 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Dockerfile
Dockerfile
+4
-1
No files found.
Dockerfile
View file @
8c09a038
...
@@ -10,7 +10,8 @@ ENV USER=jovyan
...
@@ -10,7 +10,8 @@ ENV USER=jovyan
COPY
--chown=$USER *.whl *.tar.gz *.zip /tmp/packages/
COPY
--chown=$USER *.whl *.tar.gz *.zip /tmp/packages/
RUN
dnf
install
-y
hostname
xz-devel make gcc gcc-c++ openssl-devel bzip2-devel libffi-devel sqlite-devel
&&
\
RUN
dnf upgrade
-y
&&
\
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
&&
\
...
@@ -63,3 +64,5 @@ RUN rm -f /home/jovyan/.cache/pypoetry/virtualenvs/jaic-df-qX42fgRL-py3.8/lib/py
...
@@ -63,3 +64,5 @@ RUN rm -f /home/jovyan/.cache/pypoetry/virtualenvs/jaic-df-qX42fgRL-py3.8/lib/py
rm
-rf
/tmp/
*
/tmp/packages/ /opt/jupyter/
*
.whl /opt/jupyter/
*
.tar.gz
rm
-rf
/tmp/
*
/tmp/packages/ /opt/jupyter/
*
.whl /opt/jupyter/
*
.tar.gz
USER
${USER}
USER
${USER}
HEALTHCHECK
CMD pgrep "jupyter" > /dev/null || exit 1
\ No newline at end of file
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