mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-21 13:07:21 +00:00
dockerfile: add some reasonable ENV defaults
This commit is contained in:
parent
94222a8824
commit
389235cd92
@ -1,5 +1,8 @@
|
||||
FROM nvidia/cuda:latest
|
||||
|
||||
ENV NVIDIA_VISIBLE_DEVICES all
|
||||
ENV NVIDIA_DRIVER_CAPABILITIES compute,video,utility
|
||||
|
||||
RUN mkdir -p /usr/local/bin /patched-lib
|
||||
COPY patch.sh docker-entrypoint.sh /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/patch.sh /usr/local/bin/docker-entrypoint.sh
|
||||
|
Loading…
Reference in New Issue
Block a user