Removing whitespace.

This commit is contained in:
Aleksandr Melnikov 2020-10-26 15:42:34 -07:00
parent d4f676210e
commit 7c0b5a06f8
3 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@ containers:
lifecycle:
postStart:
exec:
command:
command:
- /bin/sh
- -c
- >
@ -36,7 +36,7 @@ containers:
if [ -f "$jupytertxt" ]; then cat $jupytertxt | xargs -n 1 jupyter labextension install --no-build; fi;
preStop:
exec:
command:
command:
- /bin/sh
- -c
- >
@ -67,7 +67,7 @@ routes:
- destination:
port:
number: 80
# DAG Workflow to be executed once a Workspace action completes (optional)
# DAG Workflow to be executed once a Workspace action completes (optional)
#postExecutionWorkflow:
# entrypoint: main
# templates:

View File

@ -21,7 +21,7 @@ containers:
lifecycle:
postStart:
exec:
command:
command:
- /bin/sh
- -c
- >
@ -31,7 +31,7 @@ containers:
if [ -f "$vscodetxt" ]; then cat $vscodetxt | xargs -n 1 code-server --install-extension; fi;
preStop:
exec:
command:
command:
- /bin/sh
- -c
- >
@ -50,7 +50,7 @@ routes:
- destination:
port:
number: 8080
# DAG Workflow to be executed once a Workspace action completes (optional)
# DAG Workflow to be executed once a Workspace action completes (optional)
#postExecutionWorkflow:
# entrypoint: main
# templates:

View File

@ -1,8 +1,8 @@
# Background
A user may install pip packages, conda packages, jupyterlab extensions,
A user may install pip packages, conda packages, jupyterlab extensions,
or vscode extensions.
To improve the user experience, we should save these packages
To improve the user experience, we should save these packages
when the user pauses and resumes the workspace.
- And when the user changes the workspace machine.