Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
l2r-starter-kit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Learn to Race
l2r-starter-kit
Commits
021d7e4a
Commit
021d7e4a
authored
3 years ago
by
jyotish
Browse files
Options
Downloads
Patches
Plain Diff
Add commented `cudatoolkit` install commands in Dockerfile
parent
80fe1d30
No related branches found
No related tags found
1 merge request
!10
Add commented `cudatoolkit` install commands in Dockerfile
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+5
-0
5 additions, 0 deletions
Dockerfile
with
5 additions
and
0 deletions
Dockerfile
+
5
−
0
View file @
021d7e4a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment