Datasets:

Modalities:
Document
ArXiv:
DOI:
License:
anousias's picture
Upload supplementary files in datsaset generation - software containers dockerfiles (#3)
bcd3ac5 verified
raw
history blame
293 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 golang-filippo-edwards25519-dev libutf8.h-dev freeipa-common
RUN apt-get clean && rm -rf /var/lib/apt/lists/*