Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions aws-batch-using-nice-dcv.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ RUN echo "/usr/local/bin/startup_script.sh" >> "/etc/rc.local" \
"/usr/local/bin/send_dcvsessionready_notification.sh" \
"/usr/local/bin/startup_script.sh"

ENV DISPLAY=":0"
ENV NVIDIA_VISIBLE_DEVICES="0"
ENV NVIDIA_ALL_CAPABILITIES="all"


EXPOSE 8443

CMD ["/usr/local/bin/run_script.sh"]
Expand Down