Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed Jul 18, 2023
1 parent 45687d1 commit e193dc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:1.9.0-cuda11.1-cudnn8-devel
FROM pytorch/pytorch:1.13.1-cuda11.6-cudnn8-devel

# this needs to avoid time zone question
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -28,7 +28,6 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/
libpcre3-dev && \
pip install --no-cache-dir \
Cython \
git+https://github.com/takuseno/d4rl-pybullet \
git+https://github.com/takuseno/d4rl-atari && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /tmp/* && \
Expand Down

0 comments on commit e193dc2

Please sign in to comment.