enh: Add docker with extra requirements
- Vorherrschende Sprache
- Python
- Sterne
- 712
- Forks
- 96
- Ø Merge
- 3 T. 1 Std.
- Gemergte PRs (30 T.)
- 10
Beschreibung
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
Beitragsleitfaden
Rechercherichtung
Start with the repository's Dockerfile and compare it with the candidate image, apt packages, and pip requirements listed in the issue. Build the image and verify that the full FEDOT and extra requirements install successfully; the Docker build should complete without dependency errors.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- docker, python
- Bereich
- devops, infrastructure
- Issue-Typ
- Feature
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 38/100