tapxc3 commited on
Commit
cba6bf8
·
verified ·
1 Parent(s): 00e4b4e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,4 +35,4 @@ COPY . /workspace
35
  WORKDIR /workspace
36
 
37
  # Set the command to run your training script
38
- CMD ["python", "grpo_training_script.py"]
 
35
  WORKDIR /workspace
36
 
37
  # Set the command to run your training script
38
+ CMD ["python", "train.py"]