imgar commited on
Commit
2c06c5c
·
1 Parent(s): dbace4c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ubuntu
2
 
3
  RUN apt-get update && apt-get install -y \ git \ python3-dev \ python3-pip \ build-essential \ libagg-dev \ libpotrace-dev \ pkg-config
4
 
 
1
+ FROM nvidia/cuda:11.3.1-base-ubuntu20.04
2
 
3
  RUN apt-get update && apt-get install -y \ git \ python3-dev \ python3-pip \ build-essential \ libagg-dev \ libpotrace-dev \ pkg-config
4