There was an error while loading. Please reload this page.
2 parents 57141f2 + bd31f69 commit fdc0d2cCopy full SHA for fdc0d2c
Dockerfile_DGX_Spark
@@ -1,7 +1,7 @@
1
FROM nvcr.io/nvidia/pytorch:25.09-py3
2
3
# Set CUDA environment variables
4
-ENV CUDA_HOME=/usr/local/cuda-13.0/
+ENV CUDA_HOME=/usr/local/cuda-13.0
5
ENV CUDA_PATH=$CUDA_HOME
6
ENV PATH=$CUDA_HOME/bin:$PATH
7
ENV LD_LIBRARY_PATH=$CUDA_HOME/lib64:$LD_LIBRARY_PATH
@@ -24,7 +24,8 @@ RUN git clone --depth=1 https://github.com/facebookresearch/xformers --recursive
24
cd ..
25
26
# Install unsloth and other dependencies
27
-RUN pip install unsloth unsloth_zoo bitsandbytes==0.48.0 transformers==4.56.2 trl==0.22.2
+RUN pip install --no-deps bitsandbytes==0.48.0 transformers==4.56.2 trl==0.22.2
28
+RUN pip install unsloth unsloth_zoo
29
30
# Launch the shell
-CMD ["/bin/bash"]
31
+CMD ["/bin/bash"]
0 commit comments