Karan6933 commited on
Commit
c82cfa5
·
verified ·
1 Parent(s): 70f4ee4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ COPY . .
28
  ENV SITE_PACKAGES=/usr/local/lib/python3.12/site-packages
29
 
30
  # Compile the engine
31
- # WORKDIR /app/engine
32
  RUN g++ -O2 -shared -fPIC -o libbatch.so batch_server.cpp \
33
  -I"${SITE_PACKAGES}/include" \
34
  -L"${SITE_PACKAGES}/llama_cpp/lib" \
 
28
  ENV SITE_PACKAGES=/usr/local/lib/python3.12/site-packages
29
 
30
  # Compile the engine
31
+ WORKDIR /app/engine
32
  RUN g++ -O2 -shared -fPIC -o libbatch.so batch_server.cpp \
33
  -I"${SITE_PACKAGES}/include" \
34
  -L"${SITE_PACKAGES}/llama_cpp/lib" \