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 5659406 commit db644b7Copy full SHA for db644b7
Dockerfile.dev
@@ -1,7 +1,7 @@
1
FROM python:3.10
2
RUN apt-get update && apt-get install -y make curl libgl1-mesa-glx && rm -rf /var/lib/apt/lists/*
3
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
4
-ENV PATH="/root/.local/bin:${PATH}"
+ENV PATH="/root/.local/bin:${PATH}"
5
6
WORKDIR /roboflow-python
7
COPY .devcontainer/bashrc_ext /root/bashrc_ext
0 commit comments