Skip to content

Commit

Permalink
Update Dockerfile (#311)
Browse files Browse the repository at this point in the history
By default this dockerfile is installing cython==3.0.0 version which gives error while installing the repo. At least version 1.1.1. See issue #310
  • Loading branch information
HassamSheikh authored Aug 3, 2023
1 parent c05c3cf commit 1caa8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/
libxrender1 \
libpcre3-dev && \
pip install --no-cache-dir \
Cython \
Cython==0.29.28 \
git+https://github.com/takuseno/d4rl-atari && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /tmp/* && \
Expand Down

0 comments on commit 1caa8d7

Please sign in to comment.