From ec9d9948d717406b8732ea2eef2ddac3e066856d Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Wed, 18 Jan 2023 12:39:56 -0800 Subject: [PATCH] upgrade docker container to python3.10 Former-commit-id: e7fc82a3c72c0827539fb0ec9860824aff934086 [formerly 3cb7cbfa10ec693feadcccaf8784b871a9e02380] Former-commit-id: 46eda41a83716e507d274b60ada5516e34a87bd0 --- .devcontainer/Dockerfile.dev | 4 ++-- .devcontainer/devcontainer.json | 2 +- .gitpod.yml | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.devcontainer/Dockerfile.dev b/.devcontainer/Dockerfile.dev index d7e9152de..c3d2216c1 100644 --- a/.devcontainer/Dockerfile.dev +++ b/.devcontainer/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM jupyter/base-notebook:python-3.8.8 +FROM jupyter/base-notebook:python-3.10 # FROM jupyter/base-notebook # FROM continuumio/miniconda3 @@ -33,6 +33,6 @@ RUN mamba install gdstk -y RUN mamba install pymeep=*=mpi_mpich_* -y RUN mamba install -c conda-forge slepc4py=*=complex* -y -RUN pip install gdsfactory[full,gmsh,tidy3d,devsim,meow,sax] +RUN pip install gdsfactory[full,femwell,gmsh,tidy3d,devsim,meow,sax] WORKDIR /home/jovyan # VOLUME /home/jovyan/work diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c4451e407..934ac24be 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "joamatab/gdsfactory:latest", + "image": "mcr.microsoft.com/devcontainers/universal:2", "hostRequirements": { "cpus": 2 }, diff --git a/.gitpod.yml b/.gitpod.yml index 521b3779a..71189fe69 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,3 @@ -image: joamatab/gdsfactory:latest - tasks: - init: make install