We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd26d9 commit bc30c0bCopy full SHA for bc30c0b
Dockerfile
@@ -8,4 +8,4 @@ RUN conda install -c conda-forge google-cloud-sdk && \
8
rm -rf /var/lib/apt/lists/*
9
10
# Install sky
11
-RUN pip install --no-cache-dir "skypilot[all]==0.6.0"
+RUN pip install --no-cache-dir "skypilot[all]==0.6.1"
sky/__init__.py
@@ -35,7 +35,7 @@ def _get_git_commit():
35
36
37
__commit__ = _get_git_commit()
38
-__version__ = '1.0.0-dev0'
+__version__ = '0.6.1'
39
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
40
41
0 commit comments