You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Dockerfile is provided to run the notebooks in a container. To build the container, run the following command in a terminal at the top level of this git repository.
63
+
64
+
```bash
65
+
# build the docker container
66
+
docker build -t frlab -f .binder/Dockerfile .
67
+
68
+
# run the docker container
69
+
docker run -p 8888:8888 frlab jupyter lab --ip=0.0.0.0 --port=8888
70
+
```
71
+
60
72
## Contributing
61
73
62
74
Contributions are welcome. Please read the [contributing guidelines](<./CONTRIBUTING.md>) for more information.
0 commit comments