Skip to content

Commit 8c7048a

Browse files
committed
Added diagnostics
1 parent 3a0a63c commit 8c7048a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

entrypoint.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#!/bin/bash
22

3+
echo "current dir:"
4+
pwd
5+
6+
echo "contents:"
7+
ls -al
8+
39
# Install the dependencies of this repo to be able to run the notebook
410
pip install -r requirements.txt
511

0 commit comments

Comments
 (0)