Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh-hegde authored Apr 13, 2024
1 parent ac5f8ab commit 2ec95cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ FROM python:3.8-slim

RUN apt-get update && apt-get install -y sudo dbus

RUN adduser --disabled-password --gecos "" thanos
# RUN adduser --disabled-password --gecos "" thanos

WORKDIR /app
COPY typewind.py .
COPY requirements.txt .
COPY . .
# COPY typewind.py .
# COPY requirements.txt .
RUN pip install -r requirements.txt

ENV STREAMLIT_SERVER_ENABLE_TELEMETRY false
Expand Down

0 comments on commit 2ec95cf

Please sign in to comment.