This is a Docker image that runs Jupyter with the OpenAI Gym and TensorFlow libraries installed.
To use this image, you will need to have Docker installed on your system. Once you have Docker installed, you can follow these steps:
Clone this repository to your local machine:
git clone https://github.com/VediYD/jupyter-openai-tensorflow.gitChange into the cloned directory:
cd jupyter-openai-tensorflowBuild the Docker image using the included Dockerfile:
docker build -t jupyter-openai-tensorflow .Run the Docker container:
docker run -p 8888:8888 -v /path/to/notebooks:/app jupyter-openai-tensorflowNote: Replace /path/to/notebooks with the directory on your local machine where you want to store your Jupyter notebooks.
Open your web browser and go to http://localhost:8888 to access the Jupyter Notebook interface.
This Docker image is released under the GNU General Public License v3.0. See the LICENSE file for more information.