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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -1
Dockerfile CHANGED
@@ -1,6 +1,13 @@
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
 
5
  WORKDIR /code
6
 
 
1
  FROM nvidia/cuda:11.3.1-base-ubuntu20.04
2
 
3
+ RUN apt-get update && apt-get install -y \
4
+ git \
5
+ python3-dev \
6
+ python3-pip \
7
+ build-essential \
8
+ libagg-dev \
9
+ libpotrace-dev \
10
+ pkg-config
11
 
12
  WORKDIR /code
13