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"