Datasets:

Modalities:
Document
ArXiv:
DOI:
License:
anousias's picture
Upload supplementary files in datsaset generation - software containers dockerfiles (#3)
bcd3ac5 verified
raw
history blame contribute delete
248 Bytes
FROM ubuntu:jammy
RUN apt-get update && apt-get install -y wget p7zip-full
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3-colored
RUN apt-get clean && rm -rf /var/lib/apt/lists/*