File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN conda install -c conda-forge google-cloud-sdk && \
26
26
# Install uv and skypilot
27
27
curl -LsSf https://astral.sh/uv/install.sh | sh && \
28
28
~/.local/bin/uv pip install --prerelease allow azure-cli --system && \
29
- ~/.local/bin/uv pip install skypilot[all]==0.9.0 --system && \
29
+ ~/.local/bin/uv pip install skypilot[all]==0.9.1 --system && \
30
30
# Cleanup all caches to reduce the image size
31
31
conda clean -afy && \
32
32
~/.local/bin/uv cache clean && \
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def _get_git_commit():
35
35
36
36
37
37
__commit__ = _get_git_commit ()
38
- __version__ = '0.9.0 '
38
+ __version__ = '0.9.1 '
39
39
__root_dir__ = os .path .dirname (os .path .abspath (__file__ ))
40
40
41
41
You can’t perform that action at this time.
0 commit comments