We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08f881 commit 3dd6a39Copy full SHA for 3dd6a39
start_jupyter.sh
@@ -12,5 +12,7 @@ cd /home/ec2-user
12
source /home/ec2-user/.bashrc
13
export PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin:/home/ec2-user/bin:$PATH
14
15
+export TF_ENABLE_ONEDNN_OPTS=1
16
+
17
# Start Jupyter Notebook server with $INSTANCE_ID as the password
18
/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