From 3a1d74fb4f8e6d7ca311ab0ccec19de13b9a51c1 Mon Sep 17 00:00:00 2001 From: Reggie McLean Date: Fri, 30 Aug 2024 12:36:53 -0400 Subject: [PATCH] update action --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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