Skip to content

Commit

Permalink
upgrade docker container to python3.10
Browse files Browse the repository at this point in the history
Former-commit-id: e7fc82a3c72c0827539fb0ec9860824aff934086 [formerly 3cb7cbfa10ec693feadcccaf8784b871a9e02380]
Former-commit-id: 46eda41a83716e507d274b60ada5516e34a87bd0
  • Loading branch information
joamatab committed Jan 18, 2023
1 parent d8c4d0f commit ec9d994
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "joamatab/gdsfactory:latest",
"image": "mcr.microsoft.com/devcontainers/universal:2",
"hostRequirements": {
"cpus": 2
},
Expand Down
2 changes: 0 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
image: joamatab/gdsfactory:latest

tasks:
- init: make install

Expand Down

0 comments on commit ec9d994

Please sign in to comment.