added fixed 5
Browse files- 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
|