mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-29 03:00:28 +01:00
Update Dockerfile to TensorFlow 0.11.0
This commit is contained in:
11
.binder_start
Normal file
11
.binder_start
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
function jupyter {
|
||||
# Run Jupyter with xvfb-run so that it can render the CartPole
|
||||
# environment without crashing:
|
||||
xvfb-run -s "-screen 0 1400x900x24" /home/main/.local/bin/jupyter $@
|
||||
}
|
||||
|
||||
function ipython {
|
||||
jupyter $@
|
||||
}
|
||||
Reference in New Issue
Block a user