Skip to content

Commit

Permalink
Update Dockerfile with python_sdk_version label
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenAnpu committed Sep 5, 2024
1 parent be70593 commit 7d04ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ RUN pip3 install -r dev_requirements.txt
RUN mkdir -p /tmp/mmseg \
&& wget https://github.com/open-mmlab/mmsegmentation/archive/refs/tags/v0.23.0.tar.gz -P /tmp/mmseg \
&& tar -xvf /tmp/mmseg/v0.23.0.tar.gz -C /tmp/mmseg

LABEL python_sdk_version=6.73.178

0 comments on commit 7d04ce0

Please sign in to comment.