Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Oct 8, 2023
1 parent c9c8430 commit 4028dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM python:3.8.10-slim
ENV VERSION 0.14.2
WORKDIR /app
ADD requirements.txt .
RUN apt update && apt install -y binutils \
&& pip install -r requirements.txt \
&& strip /usr/local/lib/python3.8/site-packages/chdb/_chdb.cpython-38-*-linux-gnu.so \
&& rm -rf /var/lib/apt/lists/* && rm -rf ~/.cache/pip/*
WORKDIR /app
ADD main.py .
ADD public ./public
EXPOSE 8123
Expand Down

0 comments on commit 4028dc0

Please sign in to comment.