-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07a9b13
commit 8f10c5f
Showing
10 changed files
with
462 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
image: | ||
file: Dockerfile | ||
|
||
tasks: | ||
- name: Start server | ||
command: curl lama.sh | LAMA_PORT=3000 sh | ||
- name: Start server 2 | ||
command: curl lama.sh | LAMA_PORT=3001 sh | ||
- name: Launch JupyterLab | ||
init: pip install jupyterlab | ||
command: gp timeout extend; | ||
jupyter lab --port 8888 --ServerApp.token='' --ServerApp.allow_remote_access=true --no-browser | ||
|
||
ports: | ||
- port: 3000 | ||
onOpen: ignore | ||
- port: 3001 | ||
onOpen: ignore | ||
- port: 8888 | ||
name: JupyterLab | ||
onOpen: notify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM ubuntu:rolling | ||
FROM gitpod/workspace-full | ||
|
||
RUN apt-get update -y && apt-get install -y git tmux | ||
# RUN apt-get update -y && apt-get install -y git tmux curl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.