We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d932df5 commit bb487cfCopy full SHA for bb487cf
.devcontainer/Dockerfile
@@ -12,8 +12,5 @@ RUN apt-get update && \
12
# Set the working directory
13
WORKDIR /app
14
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
+# Install uv package manager
+RUN pip install uv
requirements-dev.txt
@@ -1,4 +1,5 @@
1
pre-commit
2
ruff
3
black
4
-ipykernel
+ipykernel
5
+uv
0 commit comments