first commit
This commit is contained in:
10
rtdetrv2_pytorch/Dockerfile
Normal file
10
rtdetrv2_pytorch/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM nvcr.io/nvidia/pytorch:25.06-py3
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip install --upgrade pip && \
|
||||
pip install -r requirements.txt
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
Reference in New Issue
Block a user