Skip to content

Commit db644b7

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 5659406 commit db644b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.10
22
RUN apt-get update && apt-get install -y make curl libgl1-mesa-glx && rm -rf /var/lib/apt/lists/*
33
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
4-
ENV PATH="/root/.local/bin:${PATH}"
4+
ENV PATH="/root/.local/bin:${PATH}"
55

66
WORKDIR /roboflow-python
77
COPY .devcontainer/bashrc_ext /root/bashrc_ext

0 commit comments

Comments
 (0)