Skip to content
Snippets Groups Projects
Commit 021d7e4a authored by jyotish's avatar jyotish
Browse files

Add commented `cudatoolkit` install commands in Dockerfile

parent 80fe1d30
No related branches found
No related tags found
1 merge request!10Add commented `cudatoolkit` install commands in Dockerfile
......@@ -4,6 +4,11 @@ COPY apt.txt .
RUN apt -qq update && apt -qq install -y `cat apt.txt` \
&& rm -rf /var/cache/*
# Uncomment the lines to install required CUDA toolkit
# RUN conda install -y cudatoolkit=10.1
# RUN conda install -y cudatoolkit=10.2
# RUN conda install -y cudatoolkit=11.3
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment