Skip to content

Commit

Permalink
Remove poetry lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikamotwani committed May 1, 2024
1 parent 1465a1e commit 7fded49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ WORKDIR /app
COPY pyproject.toml poetry.lock ./
RUN sudo python -m pip install -U pip poetry && \
sudo poetry config virtualenvs.create false && \
sudo poetry lock && \
sudo poetry install

0 comments on commit 7fded49

Please sign in to comment.