New JupyterLab Dockerfile (#17071)
Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
bf1d076e20
commit
2875c30072
2 changed files with 43 additions and 0 deletions
9
.github/workflows/docker.yaml
vendored
9
.github/workflows/docker.yaml
vendored
|
|
@ -170,6 +170,15 @@ jobs:
|
|||
docker build -f docker/Dockerfile-runner -t $t .
|
||||
docker push $t
|
||||
fi
|
||||
if [[ "${{ matrix.tags }}" == "latest-python" ]]; then
|
||||
t=ultralytics/ultralytics:latest-jupyter
|
||||
v=ultralytics/ultralytics:${{ steps.get_version.outputs.version_tag }}-jupyter
|
||||
docker build -f docker/Dockerfile-jupyter -t $t -t $v .
|
||||
docker push $t
|
||||
if [[ "${{ steps.check_tag.outputs.new_release }}" == "true" ]]; then
|
||||
docker push $v
|
||||
fi
|
||||
fi
|
||||
|
||||
trigger-actions:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue