kopia lustrzana https://github.com/jupyterhub/repo2docker
update Python in dockerfile tests
installing with Python 3.5 is starting to failpull/1130/head
rodzic
8c21b96401
commit
f2f8bb666e
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.5
|
||||
FROM python:3.10
|
||||
|
||||
RUN pip install --no-cache notebook
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.5
|
||||
FROM python:3.10
|
||||
|
||||
RUN pip install --no-cache notebook
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue