alishafique commited on
Commit
bf644d6
·
verified ·
1 Parent(s): 8169bc9

Rename Dockerfile (3) to Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile (3) → Dockerfile +2 -0
Dockerfile (3) → Dockerfile RENAMED
@@ -17,6 +17,8 @@ COPY . .
17
  # ENV CUDA_DOCKER_ARCH=all
18
  # ENV LLAMA_CUBLAS=1
19
 
 
 
20
  # Install depencencies
21
  RUN python3 -m pip install --upgrade pip pytest cmake \
22
  scikit-build setuptools fastapi uvicorn sse-starlette \
 
17
  # ENV CUDA_DOCKER_ARCH=all
18
  # ENV LLAMA_CUBLAS=1
19
 
20
+ RUN nvcc --version && python3 --version
21
+
22
  # Install depencencies
23
  RUN python3 -m pip install --upgrade pip pytest cmake \
24
  scikit-build setuptools fastapi uvicorn sse-starlette \