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
b9ca5b97
Commit
b9ca5b97
authored
May 23, 2021
by
Matt Vasquez
Browse files
update Dockerfile
parent
8c09a038
Pipeline
#275637
failed with stages
in 98 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Dockerfile
Dockerfile
+4
-4
No files found.
Dockerfile
View file @
b9ca5b97
...
@@ -41,8 +41,8 @@ RUN python -m pip install -U --no-deps --no-index -f /tmp/packages/ -r /tmp/requ
...
@@ -41,8 +41,8 @@ RUN python -m pip install -U --no-deps --no-index -f /tmp/packages/ -r /tmp/requ
cd
/envs/jaic-df
&&
\
cd
/envs/jaic-df
&&
\
poetry
env
use /opt/Python-
"
$(
python
--version
|
awk
'{print $2}'
)
"
/python
&&
\
poetry
env
use /opt/Python-
"
$(
python
--version
|
awk
'{print $2}'
)
"
/python
&&
\
poetry run python
-m
pip
install
--no-deps
--no-index
-f
/tmp/packages/
-r
/envs/jaic-df/requirements.txt
&&
\
poetry run python
-m
pip
install
--no-deps
--no-index
-f
/tmp/packages/
-r
/envs/jaic-df/requirements.txt
&&
\
#for item in $(cat /tmp/jaic-df/requirements-top-level.txt); do poetry add "${item}" --python ">=3.8,<3.9"; done &&
\
#
for item in $(cat /tmp/jaic-df/requirements-top-level.txt); do poetry add "${item}" --python ">=3.8,<3.9"; done &&
\
#poetry add ipykernel --python ">=3.8,<3.9" &&
\
#
poetry add ipykernel --python ">=3.8,<3.9" &&
\
poetry run python
-m
ipykernel
install
--user
--name
jaic-df
--display-name
"Data Factory"
&&
\
poetry run python
-m
ipykernel
install
--user
--name
jaic-df
--display-name
"Data Factory"
&&
\
cd
/envs
&&
\
cd
/envs
&&
\
#poetry new jaic-mf &&
\
#poetry new jaic-mf &&
\
...
@@ -50,8 +50,8 @@ RUN python -m pip install -U --no-deps --no-index -f /tmp/packages/ -r /tmp/requ
...
@@ -50,8 +50,8 @@ RUN python -m pip install -U --no-deps --no-index -f /tmp/packages/ -r /tmp/requ
poetry
env
use /opt/Python-
"
$(
python
--version
|
awk
'{print $2}'
)
"
/python
&&
\
poetry
env
use /opt/Python-
"
$(
python
--version
|
awk
'{print $2}'
)
"
/python
&&
\
poetry run python
-m
pip
install
--no-deps
--no-index
-f
/tmp/packages/
-r
/envs/jaic-mf/build-requirements.txt
&&
\
poetry run python
-m
pip
install
--no-deps
--no-index
-f
/tmp/packages/
-r
/envs/jaic-mf/build-requirements.txt
&&
\
poetry run python
-m
pip
install
--no-deps
--no-index
-f
/tmp/packages/
-r
/envs/jaic-mf/requirements.txt
&&
\
poetry run python
-m
pip
install
--no-deps
--no-index
-f
/tmp/packages/
-r
/envs/jaic-mf/requirements.txt
&&
\
#for item in $(cat /tmp/jaic-mf/requirements-top-level.txt); do poetry add "${item}" --python ">=3.8,<3.9"; done &&
\
#
for item in $(cat /tmp/jaic-mf/requirements-top-level.txt); do poetry add "${item}" --python ">=3.8,<3.9"; done &&
\
#poetry add ipykernel --python ">=3.8,<3.9" &&
\
#
poetry add ipykernel --python ">=3.8,<3.9" &&
\
poetry run python
-m
ipykernel
install
--user
--name
jaic-mf
--display-name
"Model Factory"
&&
\
poetry run python
-m
ipykernel
install
--user
--name
jaic-mf
--display-name
"Model Factory"
&&
\
poetry run python
-m
pip uninstall
-y
-r
/envs/jaic-mf/remove-requirements.txt
poetry run python
-m
pip uninstall
-y
-r
/envs/jaic-mf/remove-requirements.txt
...
...
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