Update Dockerfile with specific version of setuptools (#792)

This commit is contained in:
Scott Carda 2023-05-03 02:24:02 -07:00 коммит произвёл GitHub
Родитель dc1c7ddb2e
Коммит 16501baa6e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,7 @@ RUN pip install --no-cache --upgrade pip
# Install Jupyter
RUN pip install --no-cache \
setuptools==67.7.2 \
ipython==8.8.0 \
jupyter==1.0.0 \
notebook==6.5.2