Datasets:

Modalities:
Document
ArXiv:
DOI:
License:
anousias's picture
Upload supplementary files in datsaset generation - software containers dockerfiles
2ceefad verified
raw
history blame
264 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 gsequencer-data
RUN apt-get clean && rm -rf /var/lib/apt/lists/*