Skip to content

Commit 1ed0764

Browse files
committed
update to pip
1 parent 2636d44 commit 1ed0764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

01_hello_sky/example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: example
33

44
setup: |
55
echo "Run any setup commands here"
6-
sudo apt install cowsay
6+
pip install cowsay
77
88
run: |
99
echo "Hello Stranger!"

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ COPY . /skypilot-tutorial
2828
# Set bash as default shell
2929
ENV SHELL /bin/bash
3030

31-
CMD ["/bin/bash", "-c", "cp -a /credentials/. /root/;sky show-gpus;jupyter lab --no-browser --ip '*' --allow-root --notebook-dir=/skypilot-tutorial --NotebookApp.token='' --NotebookApp.password=''"]
31+
CMD ["/bin/bash", "-c", "cp -a /credentials/. /root/;sky show-gpus;jupyter lab --no-browser --ip '*' --allow-root --notebook-dir=/skypilot-tutorial --NotebookApp.token='SkyCamp2022'"]

0 commit comments

Comments
 (0)