Spaces:
Runtime error
Runtime error
File size: 168 Bytes
424d3b0 |
1 2 3 4 5 6 7 8 |
FROM nvcr.io/nvidia/pytorch:22.03-py3
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get install ffmpeg libsm6 libxext6 tmux git -y
WORKDIR /workspace
|