Skip to content

Commit cbf23db

Browse files
[UX]: Replace conda with uv in dstack's default Docker image #2625
1 parent db4b749 commit cbf23db

2 files changed

Lines changed: 2 additions & 27 deletions

File tree

docker/base/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM nvidia/cuda:12.1.1-base-ubuntu20.04
1+
ARG FLAVOR
2+
FROM nvidia/cuda:12.1.1-${FLAVOR}-ubuntu20.04
23

34
ARG PYTHON
45
ARG _UV_HOME="/opt/uv"

docker/base/devel.Dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)