Skip to content

Commit e4cf33d

Browse files
author
Adrian Chang
committed
bump docker file location
1 parent 6f05a33 commit e4cf33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN groupadd --gid 1000 python && \
3131
USER 1000
3232
WORKDIR /home/python/
3333

34-
RUN curl -sSf https://rye-up.com/get | bash -
34+
RUN curl -sSf https://rye.astral.sh/get | bash -
3535

3636
COPY --chown=python:python . /home/python/labelbox-python/
3737
WORKDIR /home/python/labelbox-python

0 commit comments

Comments
 (0)