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
bed368a2
Commit
bed368a2
authored
Jun 01, 2021
by
Matt Vasquez
Browse files
update Dockerfile with python location change
parent
2a1c4c94
Pipeline
#289131
passed with stages
in 135 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
Dockerfile
Dockerfile
+0
-7
No files found.
Dockerfile
View file @
bed368a2
...
@@ -11,13 +11,6 @@ ENV USER=jovyan
...
@@ -11,13 +11,6 @@ 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
install
-y
hostname
xz-devel make gcc gcc-c++ openssl-devel bzip2-devel libffi-devel sqlite-devel
&&
\
rm
/usr/local/bin/python
&&
\
rm
/usr/local/bin/python3
&&
\
cd
/opt/Python-
"
$(
python
--version
|
awk
'{print $2}'
)
"
&&
\
./configure
--enable-optimizations
&&
\
make altinstall
&&
\
ln
-s
/opt/Python-
"
$(
python
--version
|
awk
'{print $2}'
)
"
/python /usr/local/bin/python
&&
\
ln
-s
/opt/Python-
"
$(
python
--version
|
awk
'{print $2}'
)
"
/python /usr/local/bin/python3
&&
\
mkdir
/envs
&&
\
mkdir
/envs
&&
\
chown
-R
$USER
:users /envs
chown
-R
$USER
:users /envs
...
...
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