imgar commited on
Commit
6255aea
·
1 Parent(s): 1346fb2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,13 +1,13 @@
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
 
 
1
  FROM nvidia/cuda:11.3.1-base-ubuntu20.04
2
 
3
+ RUN apt-get update && apt-get install -y -6 \
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