Skip to content

Commit

Permalink
Revert image to custom
Browse files Browse the repository at this point in the history
  • Loading branch information
rainx0r committed Aug 22, 2024
1 parent 1b43171 commit 4a54937
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions metaworld-jax/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/nvidia/jax:jax-2024-08-19
FROM python:3.12.5-slim
LABEL maintainer="[email protected]"

RUN apt-get update && apt install -y --no-install-recommends git libglfw3 libglfw3-dev
RUN apt-get update && apt install -y --no-install-recommends git python3-pip libglfw3 libglfw3-dev

WORKDIR /usr/src/app
COPY requirements.txt ./
Expand Down
4 changes: 3 additions & 1 deletion metaworld-jax/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Jax
jax[cuda12]==0.4.31
flax==0.8.5
distrax==0.1.5

# Metaworld
metaworld @ git+https://github.com/rainx0r/Metaworld.git@f131964

# Pytorch CPU for logging
--extra-index-url https://download.pytorch.org/whl/cpu
# --extra-index-url https://download.pytorch.org/whl/cpu
torch==2.4.0

# Logging
Expand Down

0 comments on commit 4a54937

Please sign in to comment.