Commit
•
9a02b98
1
Parent(s):
18999f3
Adding all good
Browse files- jupyterlab/on_startup.sh +2 -1
jupyterlab/on_startup.sh
CHANGED
@@ -2,4 +2,5 @@
|
|
2 |
# Write some commands here that will run on root user before startup.
|
3 |
# For example, to clone transformers and install it in dev mode:
|
4 |
# git clone https://github.com/huggingface/transformers.git
|
5 |
-
# cd transformers && pip install -e ".[dev]"
|
|
|
|
2 |
# Write some commands here that will run on root user before startup.
|
3 |
# For example, to clone transformers and install it in dev mode:
|
4 |
# git clone https://github.com/huggingface/transformers.git
|
5 |
+
# cd transformers && pip install -e ".[dev]"
|
6 |
+
echo "All good"
|