Skip to content

Commit

Permalink
Add Dockerfile for codesandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Oct 5, 2023
1 parent bdce242 commit 6dca6ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .codesandbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM python:3.10.12

RUN apt-get update && apt-get install -y fish && \
pip install -U pip && \
pip install poetry && \
poetry config virtualenvs.create false && \
chsh -s /usr/bin/fish

0 comments on commit 6dca6ee

Please sign in to comment.