KoKoDanio commited on
Commit
cb094fc
·
1 Parent(s): a7ce855

added fixed 5

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ RUN python3 -m pip install --upgrade pip
9
 
10
 
11
  # Set the working directory in the container
 
12
  WORKDIR /app
13
 
14
  # Copy the requirements file and install dependencies
 
9
 
10
 
11
  # Set the working directory in the container
12
+ ENV CUDA_HOME=/usr/local/cuda
13
  WORKDIR /app
14
 
15
  # Copy the requirements file and install dependencies