mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-15 11:20:35 +08:00
Merge pull request #5880 from sd3ntato/make-image-parametric
make base image parametric.
Former-commit-id: 07e5088851
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Use the NVIDIA official image with PyTorch 2.3.0
|
# Default use the NVIDIA official image with PyTorch 2.3.0
|
||||||
# https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-24-02.html
|
# https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/index.html
|
||||||
FROM nvcr.io/nvidia/pytorch:24.02-py3
|
ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:24.02-py3
|
||||||
|
FROM ${BASE_IMAGE}
|
||||||
|
|
||||||
# Define environments
|
# Define environments
|
||||||
ENV MAX_JOBS=4
|
ENV MAX_JOBS=4
|
||||||
|
|||||||
Reference in New Issue
Block a user