Skip to content

Commit

Permalink
update docker since ubuntu 18 is deprecateds
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahls committed Jan 20, 2024
1 parent 3440f16 commit f5dfc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastrl.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FROM pytorch/pytorch:1.10.0-cuda11.3-cudnn8-runtime
# FROM pytorch/pytorch:1.12.1-cuda11.3-cudnn8-runtime
FROM nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu18.04
FROM nvidia/cuda:12.0.0-runtime-ubuntu20.04
# RUN conda install python=3.8

ENV CONTAINER_USER fastrl_user
Expand Down

0 comments on commit f5dfc96

Please sign in to comment.