We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e2198 commit 6cc34d8Copy full SHA for 6cc34d8
9_rlhf/wip/container/Dockerfile
@@ -0,0 +1,5 @@
1
+FROM 763104351884.dkr.ecr.us-east-1.amazonaws.com/pytorch-training:2.0.0-gpu-py310-cu118-ubuntu20.04-sagemaker
2
+
3
+COPY requirements.txt, main.py, utils.py /opt/ml/code/
4
5
+RUN pip install -r requirements.txt
0 commit comments