Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 15, 2022
1 parent d8948f7 commit c22a2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3.9
LABEL maintainer="[email protected]"

RUN apt-get update && apt-get install vim gfortran povray -y
Expand All @@ -20,7 +20,7 @@ RUN git clone --recursive https://github.com/msg-byu/enumlib.git && \
WORKDIR /home/app

RUN pip install --upgrade --no-cache-dir pip && \
pip install -r requirements-server.txt
pip install -r requirements/ubuntu-latest_py3.9_extras.txt

# whether to embed in materialsproject.org or not
ENV CRYSTAL_TOOLKIT_MP_EMBED_MODE=False
Expand Down

0 comments on commit c22a2c9

Please sign in to comment.