diff --git a/docker/Dockerfile b/docker/Dockerfile index 66ceb22e9..5d68cd546 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -16,7 +16,7 @@ COPY . /usr/local/metaworld/ WORKDIR /usr/local/metaworld/ RUN free -g RUN pip install .[testing] -RUN git clone https://github.com/reginald-mclean/Gymnasium.git +RUN git clone https://github.com/Farama-Foundation/Gymnasium.git RUN pip install -e Gymnasium