Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
#FROM ubuntu
|
2 |
-
FROM python:3.
|
3 |
#FROM nvidia/cuda:12.3.0-devel-ubuntu22.04
|
4 |
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
|
5 |
python3 \
|
|
|
1 |
#FROM ubuntu
|
2 |
+
FROM python:3.10-slim-bullseye
|
3 |
#FROM nvidia/cuda:12.3.0-devel-ubuntu22.04
|
4 |
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
|
5 |
python3 \
|