Sophia Yang commited on
Commit
6f54013
·
1 Parent(s): 4c1d4df

dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -15
Dockerfile CHANGED
@@ -1,18 +1,4 @@
1
- # FROM python:3.9
2
- FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04
3
- LABEL maintainer="Hugging Face"
4
- LABEL repository="transformers"
5
-
6
- RUN apt update && \
7
- apt install -y bash \
8
- build-essential \
9
- git \
10
- curl \
11
- ca-certificates \
12
- python3 \
13
- python3-pip && \
14
- rm -rf /var/lib/apt/lists
15
-
16
 
17
  WORKDIR /code
18
 
 
1
+ FROM python:3.9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  WORKDIR /code
4