Skip to content

Commit bb487cf

Browse files
committed
Update container
1 parent d932df5 commit bb487cf

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ RUN apt-get update && \
1212
# Set the working directory
1313
WORKDIR /app
1414

15-
# Copy the requirements file into the container
16-
COPY requirements-dev.txt .
17-
18-
# Install Python dependencies
19-
RUN pip install -r requirements-dev.txt
15+
# Install uv package manager
16+
RUN pip install uv

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pre-commit
22
ruff
33
black
4-
ipykernel
4+
ipykernel
5+
uv

0 commit comments

Comments
 (0)