refactorisation script
This commit is contained in:
@@ -9,8 +9,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
# (Optionnel) encodage propre côté JVM
|
||||
ENV JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF-8"
|
||||
|
||||
# Installer dépendances Python
|
||||
RUN pip install --no-cache-dir tabula-py pandas
|
||||
# Copier et installer les dépendances Python
|
||||
COPY requirements.txt /tmp/requirements.txt
|
||||
RUN pip install --no-cache-dir -r /tmp/requirements.txt && rm /tmp/requirements.txt
|
||||
|
||||
# Copier le script dans l'image
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user