mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Update Dockerfile
remove unnecessary apt install to just use one
This commit is contained in:
@@ -9,10 +9,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
curl \
|
||||
ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install Python and pip
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
python3.11 \
|
||||
python3-pip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
@@ -36,4 +32,4 @@ EXPOSE 5000
|
||||
ENTRYPOINT ["python3"]
|
||||
|
||||
# Run main.py when the container launches
|
||||
CMD ["main.py"]
|
||||
CMD ["main.py"]
|
||||
|
||||
Reference in New Issue
Block a user