✨ Initial commit
This commit is contained in:
commit
ee7f6593d5
5 changed files with 32 additions and 0 deletions
10
Dockerfile
Normal file
10
Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04
|
||||
RUN apt-get update &&\
|
||||
apt-get install -y python3 python3-pip &&\
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
COPY requirements.txt /tmp
|
||||
RUN pip3 install -r /tmp/requirements.txt
|
||||
|
||||
COPY test-nvidia /usr/bin
|
||||
|
||||
CMD ["/usr/bin/test-nvidia"]
|
Loading…
Add table
Add a link
Reference in a new issue