Sergey Mikhno commited on
Commit
b43adfe
·
1 Parent(s): 1c1e490
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04
2
  ENV DEBIAN_FRONTEND=noninteractive
3
  RUN apt-get update && apt-get install -y build-essential && apt-get install -y libopencv-dev && apt-get install -y python3.10 python3-pip
4
  #FROM python:3.9
 
1
+ FROM ubuntu:22.04
2
  ENV DEBIAN_FRONTEND=noninteractive
3
  RUN apt-get update && apt-get install -y build-essential && apt-get install -y libopencv-dev && apt-get install -y python3.10 python3-pip
4
  #FROM python:3.9