enh: Add docker with extra requirements
Aperta
enhancement
- Lingua principale
- Python
- Stelle
- 712
- Fork
- 96
- Merge medio
- 3g 1h
- PR unite (30g)
- 10
Descrizione
https://github.com/aimclub/FEDOT/blob/master/Dockerfile do not include full set of requirements
Candidate solution is:
FROM jupyter/minimal-notebook:python-3.10
USER root
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y --no-install-recommends build-essential cmake ffmpeg libsm6 libxext6 && \
rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir giotto-tda fedot fedot[extra
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.