ThomasBlumet commited on
Commit
85021f8
·
1 Parent(s): 69a1d98

update removing debian env in dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  #FROM python:3.10-slim
3
  FROM nvidia/cuda:12.6.3-cudnn-devel-ubuntu24.04
4
 
5
- ENV DEBIAN_FRONTEND=noninteractive
6
 
7
  # Install Python and pip
8
  RUN apt-get update && apt-get install -y python3 python3-pip
 
2
  #FROM python:3.10-slim
3
  FROM nvidia/cuda:12.6.3-cudnn-devel-ubuntu24.04
4
 
5
+ #ENV DEBIAN_FRONTEND=noninteractive
6
 
7
  # Install Python and pip
8
  RUN apt-get update && apt-get install -y python3 python3-pip