mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
FROM python:3.11.0
|
|
LABEL Maintainer="Daimakaimura"
|
|
WORKDIR /wls
|
|
COPY . .
|
|
RUN pip install -r requirements.txt
|