You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# docker run -it --gpus all --shm-size="64g" --rm -v $PWD:/workspace -v <root_path_of_data_and_checkpoints>:/data trinity-rft:latest
6
-
7
+
#
8
+
# Note:
9
+
# 1. This Dockerfile uses 'uv' to create a virtual environment for better package management. If you want a simpler setup without 'uv', please refer to `scripts/docker/Dockerfile`.
10
+
# 2. Make sure to use `uv pip` to install packages within the virtual environment.
7
11
8
12
FROM nvcr.io/nvidia/cuda:12.8.1-cudnn-devel-ubuntu22.04
0 commit comments