Skip to content

Commit 3dd6a39

Browse files
authored
Update start_jupyter.sh
1 parent d08f881 commit 3dd6a39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

start_jupyter.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ cd /home/ec2-user
1212
source /home/ec2-user/.bashrc
1313
export PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin:/home/ec2-user/bin:$PATH
1414

15+
export TF_ENABLE_ONEDNN_OPTS=1
16+
1517
# Start Jupyter Notebook server with $INSTANCE_ID as the password
1618
/home/ec2-user/.local/bin/jupyter lab --no-browser --NotebookApp.allow_password_change=False --NotebookApp.token="$INSTANCE_ID" --ip 0.0.0.0 --port 8888 >/tmp/jupyter.log 2>&1 &

0 commit comments

Comments
 (0)