moriire commited on
Commit
c33beae
·
verified ·
1 Parent(s): c28ca7b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM python:3.11-slim-bullseye
2
  #FROM nvidia/cuda:12.3.0-devel-ubuntu22.04
3
-
 
4
  RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
5
  python3 \
6
  python3-pip \
 
1
  FROM python:3.11-slim-bullseye
2
  #FROM nvidia/cuda:12.3.0-devel-ubuntu22.04
3
+ ENV CMAKE_ARGS=-DLLAMA_OPENBLAS=on \
4
+ ENV FORCE_CMAKE=1
5
  RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
6
  python3 \
7
  python3-pip \