13 lines
382 B
Bash
Raw Normal View History

2024-09-24 00:33:02 +09:00
#!/bin/sh
# Install Java 8 before running this script by either of the following methods.
# 1. Use docker
# $ apt-get update
# $ apt-get install -y openjdk-8-jdk
# 2. Use conda
# $ conda install -c conda-forge openjdk=8
pip3 install https://github.com/NM512/minerl/releases/download/v0.4.4-patched/minerl_mirror-0.4.4-cp311-cp311-linux_x86_64.whl
2024-09-26 23:05:30 +09:00
pip3 install cloudpickle==3.0.0