Commit
·
458da36
1
Parent(s):
2272c69
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM python:3.8
|
|
2 |
|
3 |
WORKDIR /content
|
4 |
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y sudo && apt-get install -y python3-pip && pip3 install --upgrade pip
|
5 |
-
RUN add-apt-repository -y universe && apt-get update -y
|
6 |
RUN apt-get install -y gnupg wget htop sudo git git-lfs software-properties-common build-essential cmake curl libdc1394-22-dev
|
7 |
RUN apt-get install -y ffmpeg libavcodec-dev libavformat-dev libavdevice-dev libgl1 libgtk2.0-0 jq libdc1394-22-dev libraw1394-dev libopenblas-base
|
8 |
|
|
|
2 |
|
3 |
WORKDIR /content
|
4 |
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y sudo && apt-get install -y python3-pip && pip3 install --upgrade pip
|
5 |
+
RUN add-apt-repository -y universe && apt-get update -y
|
6 |
RUN apt-get install -y gnupg wget htop sudo git git-lfs software-properties-common build-essential cmake curl libdc1394-22-dev
|
7 |
RUN apt-get install -y ffmpeg libavcodec-dev libavformat-dev libavdevice-dev libgl1 libgtk2.0-0 jq libdc1394-22-dev libraw1394-dev libopenblas-base
|
8 |
|