Julia-Amadio commited on
Commit
089dfe2
·
1 Parent(s): 52cecc9

Última tentativa de reproduzir erro.

Browse files
Files changed (2) hide show
  1. Dockerfile +3 -2
  2. requirements.txt +6 -2
Dockerfile CHANGED
@@ -5,6 +5,9 @@ FROM python:3.10
5
  ENV HUGGINGFACE_HUB_CACHE="/tmp/huggingface"
6
  #ENV NUMBA_CACHE_DIR="/tmp/numba_cache"
7
 
 
 
 
8
  #Define um diretório de trabalho limpo
9
  WORKDIR /app
10
 
@@ -16,8 +19,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
16
  #Copia o requirements.txt primeiro
17
  COPY requirements.txt .
18
 
19
- RUN echo "Forçando erro de cache" > /dev/null
20
-
21
  #Instala todas as dependências do Python
22
  RUN pip install --upgrade pip
23
  RUN pip install --no-cache-dir -r requirements.txt
 
5
  ENV HUGGINGFACE_HUB_CACHE="/tmp/huggingface"
6
  #ENV NUMBA_CACHE_DIR="/tmp/numba_cache"
7
 
8
+ #Tentando forçar rebuild
9
+ ENV CACHE_BUSTER="v1"
10
+
11
  #Define um diretório de trabalho limpo
12
  WORKDIR /app
13
 
 
19
  #Copia o requirements.txt primeiro
20
  COPY requirements.txt .
21
 
 
 
22
  #Instala todas as dependências do Python
23
  RUN pip install --upgrade pip
24
  RUN pip install --no-cache-dir -r requirements.txt
requirements.txt CHANGED
@@ -17,8 +17,12 @@ numpy==1.26.4
17
  #Classificação (ML)
18
  scikit-learn==1.4.2
19
  umap-learn==0.5.6
20
- #Tentando simular erro novamente alallalalalalalalalalal
21
  joblib==1.4.2
22
 
23
  #Utilitários gerais
24
- requests==2.32.3
 
 
 
 
 
 
17
  #Classificação (ML)
18
  scikit-learn==1.4.2
19
  umap-learn==0.5.6
 
20
  joblib==1.4.2
21
 
22
  #Utilitários gerais
23
+ requests==2.32.3
24
+
25
+ #LIBS INUTEIS PRA TENTAR QUEBRAR O CACHE E SIMULAR ERRO COM A NUMBA NAO AGUENTO MAISSSSSSSSSSSSSSSS
26
+ pyjokes
27
+ emoji
28
+ cowsay