From dd94e6e1925cb4a01cce356824c47caaaeaa4276 Mon Sep 17 00:00:00 2001 From: Emma Ai Date: Tue, 5 Sep 2023 07:21:46 +0000 Subject: [PATCH] update base images --- docker/Dockerfile | 4 ++-- docker/env.yaml | 2 +- docker/requirements.txt | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 3ad707bd..49a6f217 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM mambaorg/micromamba:git-7545124-jammy as sandbox-conda +FROM mambaorg/micromamba:git-e4f55ab-jammy as sandbox-conda USER root COPY env.yaml /conf/ @@ -16,7 +16,7 @@ ENV CC=/env/bin/x86_64-conda_cos6-linux-gnu-gcc \ RUN micromamba run -p /env pip install --no-cache-dir \ --no-build-isolation -r /conf/requirements.txt -FROM ubuntu:jammy-20220815 +FROM ubuntu:jammy-20230816 ARG nb_user=jovyan ARG nb_uid=1000 diff --git a/docker/env.yaml b/docker/env.yaml index 050b04fd..1119a45e 100644 --- a/docker/env.yaml +++ b/docker/env.yaml @@ -99,6 +99,7 @@ dependencies: - partd - Pillow - PIMS + - poetry - psutil - psycopg2 - pyasn1 @@ -240,7 +241,6 @@ dependencies: - prompt-toolkit # because of line_profiler/ipython - nbconvert # because of jupyter_contrib_nbextensions - nbformat - - nbval - sidecar - yapf - jedi diff --git a/docker/requirements.txt b/docker/requirements.txt index 415df5b4..698318df 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,4 +1,5 @@ cognitojwt +nbval cgal line-profiler jupyterlab-logout