Datasets:

ArXiv:
DOI:
License:
Yiran Wang commited on
Commit
278f31a
·
1 Parent(s): eae512e

update docker environment instructions

Browse files
Files changed (2) hide show
  1. README.md +3 -1
  2. requirements.txt +2 -2
README.md CHANGED
@@ -38,7 +38,7 @@ The structure of the benchmark repository is the following:
38
 
39
  ### 📄 Environment: using our shared Docker image
40
 
41
- We compiled a docker image, released on [docker hub](https://hub.docker.com/repository/docker/yarinamomo/kaggle_python_env) with digest (sha256:73380761b1f37a83aef2c247a9d725c796c6196abf14bccc92b92b25c7eb81b9), to ensure full reproducibility (including Python, Kaggle notebook platform, libraries required by JunoBench notebooks):
42
 
43
  ```
44
  docker pull yarinamomo/kaggle_python_env:latest
@@ -50,6 +50,8 @@ To run the image:
50
  docker run -v [volumn mount windows path]:/junobench_env -w=/junobench_env -p 8888:8888 -it yarinamomo/kaggle_python_env:latest jupyter notebook --no-browser --ip="0.0.0.0" --notebook-dir=/junobench_env --allow-root
51
  ```
52
 
 
 
53
  ### 🐳 Execute notebooks with `auto_notebook_executer.py`:
54
 
55
  You can execute the notebooks by using this tool. This tool can be used by command line:
 
38
 
39
  ### 📄 Environment: using our shared Docker image
40
 
41
+ We compiled a docker image, released on [docker hub](https://hub.docker.com/repository/docker/yarinamomo/kaggle_python_env) with digest (sha256:73380761b1f37a83aef2c247a9d725c796c6196abf14bccc92b92b25c7eb81b9), to ensure full reproducibility (including Python, Kaggle notebook platform, all libraries required by JunoBench notebooks):
42
 
43
  ```
44
  docker pull yarinamomo/kaggle_python_env:latest
 
50
  docker run -v [volumn mount windows path]:/junobench_env -w=/junobench_env -p 8888:8888 -it yarinamomo/kaggle_python_env:latest jupyter notebook --no-browser --ip="0.0.0.0" --notebook-dir=/junobench_env --allow-root
51
  ```
52
 
53
+ For users who prefer to build a simplified Docker image that includes only the essential libraries required by JunoBench (without the Kaggle platform dependencies), please refer to our [JunoBench_construct repository](https://github.com/PELAB-LiU/JunoBench_construct) for detailed [instructions](https://github.com/PELAB-LiU/JunoBench_construct/blob/master/docker/README.md).
54
+
55
  ### 🐳 Execute notebooks with `auto_notebook_executer.py`:
56
 
57
  You can execute the notebooks by using this tool. This tool can be used by command line:
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:767794493bf3b7186f5ebad07ee7e4025dad4284e49677fce0b8a35b3f074003
3
- size 1598
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b3e825c9c933f89b0ab45c3124eeb848c14f5badf208d04f0676d23aa3a6868
3
+ size 1184