We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ac27a commit ecf8febCopy full SHA for ecf8feb
Dockerfilemodel
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
6
7
# Copy over the model_requirements and install
8
COPY model_requirements.txt .
9
-RUN pip install -r model_requirements.txt
+RUN pip install --no-cache-dir -r /model_requirements.txt
10
11
# Create directories for scripts and metrics
12
WORKDIR /app
0 commit comments