EtashGuha's picture
Add files using upload-large-folder tool
ad14ef2 verified
raw
history blame
125 Bytes
FROM ubuntu:24.04
WORKDIR /app
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*