We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a4a97 commit 1ffe585Copy full SHA for 1ffe585
Dockerfile
@@ -26,7 +26,7 @@ RUN conda install -c conda-forge google-cloud-sdk && \
26
# Install uv and skypilot
27
curl -LsSf https://astral.sh/uv/install.sh | sh && \
28
~/.local/bin/uv pip install --prerelease allow azure-cli --system && \
29
- ~/.local/bin/uv pip install skypilot[all]==0.9.0 --system && \
+ ~/.local/bin/uv pip install skypilot[all]==0.9.1 --system && \
30
# Cleanup all caches to reduce the image size
31
conda clean -afy && \
32
~/.local/bin/uv cache clean && \
sky/__init__.py
@@ -35,7 +35,7 @@ def _get_git_commit():
35
36
37
__commit__ = _get_git_commit()
38
-__version__ = '0.9.0'
+__version__ = '0.9.1'
39
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
40
41
0 commit comments