Skip to content

Commit

Permalink
[Docker] Change dockerfile to install v0.6 (#3678)
Browse files Browse the repository at this point in the history
change docker file to 0.6
  • Loading branch information
Michaelvll committed Jun 19, 2024
1 parent 69f37e2 commit 1f418d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1f418d9

Please sign in to comment.