Remove resolved TODO comment line
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,6 @@ FROM python:3.12-slim
|
|
| 2 |
|
| 3 |
ENV PORT=8501
|
| 4 |
|
| 5 |
-
# TODO: Check if all these dependencies are necessary. For example, why would we need ffmpeg?
|
| 6 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 7 |
git \
|
| 8 |
git-lfs \
|
|
|
|
| 2 |
|
| 3 |
ENV PORT=8501
|
| 4 |
|
|
|
|
| 5 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 6 |
git \
|
| 7 |
git-lfs \
|