Skip to content

Commit

Permalink
Simplify Dockerfile
Browse files Browse the repository at this point in the history
matplotlib is included via algoesup
  • Loading branch information
mwermelinger committed Mar 20, 2024
1 parent 0fb1eaf commit 0deff03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deepnote/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM python:3.10

RUN pip install matplotlib==3.8.0 pytype==2023.12.8 ruff==0.1.8 allowed algoesup==0.2
RUN pip install pytype==2023.12.8 ruff==0.1.8 allowed algoesup==0.2

0 comments on commit 0deff03

Please sign in to comment.