From 1f418d90db705cccb8dc3f070b19a32b0fd1fb1c Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Wed, 19 Jun 2024 14:13:37 -0700 Subject: [PATCH] [Docker] Change dockerfile to install v0.6 (#3678) change docker file to 0.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3dde4cff04d..97b39935090 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN conda install -c conda-forge google-cloud-sdk && \ rm -rf /var/lib/apt/lists/* # Install sky -RUN pip install --no-cache-dir "skypilot[all]==0.5.0" +RUN pip install --no-cache-dir "skypilot[all]==0.6.0"