Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7fab09a

Browse files
committed
[Python] Upgraded Python dependencies
1 parent f666e7b commit 7fab09a

File tree

10 files changed

+522
-197
lines changed

10 files changed

+522
-197
lines changed

‎.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.5
1+
3.8.6

‎Pipfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ imageio = "*"
1515
graphviz = "*"
1616
dask = "*"
1717
jupyterlab = "*"
18+
opentraveldata = "*"
19+
OpenTrepWrapper = "*"
20+
neobase = "*"
21+
flask = "*"
22+
flask_restful = "*"
23+
connexion = "*"
24+
requests = "*"
25+
dash = "*"
1826

1927
[requires]
2028
python_version = "3.8"

‎Pipfile.lock

Lines changed: 469 additions & 164 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎centos7/Dockerfile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#
22
# Python Jupyter notebooks for Artificial Intelligence (AI) / Machine Learning (ML) on CentOS 7
33
#
4-
# Reference:
5-
# * https://cloud.docker.com/u/artificialintelligence/repository/docker/artificialintelligence/python-jupyter
6-
# * https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/centos7
7-
# * https://github.com/cpp-projects-showcase/docker-images
8-
# * https://cloud.docker.com/u/cpppythondevelopment/repository/docker/cpppythondevelopment/base/tree/master/centos7
4+
# Source: https://github.com/machine-learning-helpers/docker-python-jupyter/blob/master/centos7/Dockerfile
5+
#
6+
# References:
7+
# * ML specific Dockerfile: https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/centos7
8+
# * ML specific images on Docker Hub: https://hub.docker.com/repository/docker/artificialintelligence/python-jupyter
9+
# * C++/Python generic Dockerfile: https://github.com/cpp-projects-showcase/docker-images/tree/master/centos7
10+
# * C++/Python generic images on Docker Hub: https://hub.docker.com/repository/docker/cpppythondevelopment/base
911
#
1012

1113
FROM cpppythondevelopment/base:centos7

‎centos8/Dockerfile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#
22
# Python Jupyter notebooks for Artificial Intelligence (AI) / Machine Learning (ML) on CentOS 8
33
#
4-
# Reference:
5-
# * https://cloud.docker.com/u/artificialintelligence/repository/docker/artificialintelligence/python-jupyter
6-
# * https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/centos8
7-
# * https://github.com/cpp-projects-showcase/docker-images
8-
# * https://cloud.docker.com/u/cpppythondevelopment/repository/docker/cpppythondevelopment/base/tree/master/centos8
4+
# Source: https://github.com/machine-learning-helpers/docker-python-jupyter/blob/master/centos8/Dockerfile
5+
#
6+
# References:
7+
# * ML specific Dockerfile: https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/centos8
8+
# * ML specific images on Docker Hub: https://hub.docker.com/repository/docker/artificialintelligence/python-jupyter
9+
# * C++/Python generic Dockerfile: https://github.com/cpp-projects-showcase/docker-images/tree/master/centos8
10+
# * C++/Python generic images on Docker Hub: https://hub.docker.com/repository/docker/cpppythondevelopment/base
911
#
1012

1113
FROM cpppythondevelopment/base:centos8

‎debian10/Dockerfile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#
22
# Python Jupyter notebooks for Artificial Intelligence (AI) / Machine Learning (ML) on Debian 10
33
#
4-
# Reference:
5-
# * https://cloud.docker.com/u/artificialintelligence/repository/docker/artificialintelligence/python-jupyter
6-
# * https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/debian10
7-
# * https://github.com/cpp-projects-showcase/docker-images
8-
# * https://cloud.docker.com/u/cpppythondevelopment/repository/docker/cpppythondevelopment/base/tree/master/debian10
4+
# Source: https://github.com/machine-learning-helpers/docker-python-jupyter/blob/master/debian10/Dockerfile
5+
#
6+
# References:
7+
# * ML specific Dockerfile: https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/debian10
8+
# * ML specific images on Docker Hub: https://hub.docker.com/repository/docker/artificialintelligence/python-jupyter
9+
# * C++/Python generic Dockerfile: https://github.com/cpp-projects-showcase/docker-images/tree/master/debian10
10+
# * C++/Python generic images on Docker Hub: https://hub.docker.com/repository/docker/cpppythondevelopment/base
911
#
1012

1113
FROM cpppythondevelopment/base:debian10

‎debian9/Dockerfile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#
22
# Python Jupyter notebooks for Artificial Intelligence (AI) / Machine Learning (ML) on Debian 9
33
#
4-
# Reference:
5-
# * https://cloud.docker.com/u/artificialintelligence/repository/docker/artificialintelligence/python-jupyter
6-
# * https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/debian9
7-
# * https://github.com/cpp-projects-showcase/docker-images
8-
# * https://cloud.docker.com/u/cpppythondevelopment/repository/docker/cpppythondevelopment/base/tree/master/debian9
4+
# Source: https://github.com/machine-learning-helpers/docker-python-jupyter/blob/master/debian9/Dockerfile
5+
#
6+
# References:
7+
# * ML specific Dockerfile: https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/debian9
8+
# * ML specific images on Docker Hub: https://hub.docker.com/repository/docker/artificialintelligence/python-jupyter
9+
# * C++/Python generic Dockerfile: https://github.com/cpp-projects-showcase/docker-images/tree/master/debian9
10+
# * C++/Python generic images on Docker Hub: https://hub.docker.com/repository/docker/cpppythondevelopment/base
911
#
1012

1113
FROM cpppythondevelopment/base:debian9

‎ubuntu1804/Dockerfile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#
22
# Python Jupyter notebooks for Artificial Intelligence (AI) / Machine Learning (ML) on Ubuntu 18.04 LTS (Bionic Beaver)
33
#
4-
# Reference:
5-
# * https://cloud.docker.com/u/artificialintelligence/repository/docker/artificialintelligence/python-jupyter
6-
# * https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/ubuntu1804
7-
# * https://github.com/cpp-projects-showcase/docker-images
8-
# * https://cloud.docker.com/u/cpppythondevelopment/repository/docker/cpppythondevelopment/base/tree/master/ubuntu1804
4+
# Source: https://github.com/machine-learning-helpers/docker-python-jupyter/blob/master/ubuntu2004/Dockerfile
5+
#
6+
# References:
7+
# * ML specific Dockerfile: https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/ubuntu1804
8+
# * ML specific images on Docker Hub: https://hub.docker.com/repository/docker/artificialintelligence/python-jupyter
9+
# * C++/Python generic Dockerfile: https://github.com/cpp-projects-showcase/docker-images/tree/master/ubuntu1804
10+
# * C++/Python generic images on Docker Hub: https://hub.docker.com/repository/docker/cpppythondevelopment/base
911
#
1012

1113
FROM cpppythondevelopment/base:ubuntu1804

‎ubuntu2004/Dockerfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#
2-
# Python Jupyter notebooks for Artificial Intelligence (AI) / Machine Learning (ML) on Ubuntu 20.04 (Focal Fossa)
2+
# Python Jupyter notebooks for Artificial Intelligence (AI) / Machine Learning (ML) on Ubuntu 20.04 LTS (Focal Fossa)
33
#
4-
# Reference:
5-
# * https://hub.docker.com/repository/docker/artificialintelligence/python-jupyter
6-
# * https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/ubuntu2004
7-
# * https://github.com/cpp-projects-showcase/docker-images
8-
# * https://hub.docker.com/repository/docker/cpppythondevelopment/base
4+
# Source: https://github.com/machine-learning-helpers/docker-python-jupyter/blob/master/ubuntu2004/Dockerfile
5+
#
6+
# References:
7+
# * ML specific Dockerfile: https://github.com/machine-learning-helpers/docker-python-jupyter/tree/master/ubuntu2004
8+
# * ML specific images on Docker Hub: https://hub.docker.com/repository/docker/artificialintelligence/python-jupyter
9+
# * C++/Python generic Dockerfile: https://github.com/cpp-projects-showcase/docker-images/tree/master/ubuntu2004
10+
# * C++/Python generic images on Docker Hub: https://hub.docker.com/repository/docker/cpppythondevelopment/base
911
#
1012

1113
FROM cpppythondevelopment/base:ubuntu2004

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /