generated from tyler/Generic-Template
Add complete dockerfile
This commit is contained in:
parent
ae85b28650
commit
259a8161f4
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM python:3.10
|
||||
|
||||
RUN pip install torch torchvision torchaudio
|
||||
RUN pip install transformers
|
||||
RUN pip install numpy scipy
|
||||
|
||||
# Can also be set to /bin/sh if pip is needed first
|
||||
ENTRYPOINT ["/usr/local/bin/python"]
|
Loading…
Reference in New Issue
Block a user