Datasets:

Modalities:
Document
ArXiv:
DOI:
License:
anousias's picture
Upload supplementary files in datsaset generation - software containers dockerfiles
2ceefad verified
raw
history blame
287 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 librust-match-cfg-dev golang-github-svent-go-flags-dev
RUN apt-get clean && rm -rf /var/lib/apt/lists/*