File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ RUN conda install -c conda-forge google-cloud-sdk && \
25
25
rm kubectl && \
26
26
# Install uv and skypilot
27
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.1 --system && \
28
+ ~/.local/bin/uv pip install --prerelease allow ' azure-cli>=2.65.0' 'omegaconf>=2.4.0dev3' --system && \
29
+ ~/.local/bin/uv pip install skypilot[all]==0.9.2 --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.1 '
38
+ __version__ = '0.9.2 '
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