File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
defense_quickstart_audio_transcription_translation
defense_quickstart_denoise
defense_quickstart_news_scraper_summarizer Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY . .
1414RUN poetry config virtualenvs.create false
1515
1616# Install dependencies
17- RUN poetry install --no-dev --no- interaction --no-ansi
17+ RUN poetry install --no-interaction --no-ansi
1818
1919# Expose port 80
2020EXPOSE 80
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY . .
1414RUN poetry config virtualenvs.create false
1515
1616# Install dependencies
17- RUN poetry install --no-dev --no- interaction --no-ansi
17+ RUN poetry install --no-interaction --no-ansi
1818
1919# Copy Nginx configuration
2020COPY nginx.conf /etc/nginx/nginx.conf
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY . .
1414RUN poetry config virtualenvs.create false
1515
1616# Install dependencies
17- RUN poetry install --no-dev --no- interaction --no-ansi
17+ RUN poetry install --no-interaction --no-ansi
1818
1919# Copy Nginx configuration
2020COPY nginx.conf /etc/nginx/nginx.conf
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV PIP_DEFAULT_TIMEOUT=100
1818ENV PIP_INDEX_URL=https://pypi.org/simple
1919
2020# Install dependencies
21- RUN poetry install --no-dev --no- interaction --no-ansi
21+ RUN poetry install --no-interaction --no-ansi
2222
2323# Copy Nginx configuration
2424COPY nginx.conf /etc/nginx/nginx.conf
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY . .
1414RUN poetry config virtualenvs.create false
1515
1616# Install dependencies
17- RUN poetry install --no-dev --no- interaction --no-ansi
17+ RUN poetry install --no-interaction --no-ansi
1818
1919# Copy Nginx configuration
2020COPY nginx.conf /etc/nginx/nginx.conf
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY . .
1414RUN poetry config virtualenvs.create false
1515
1616# Install dependencies
17- RUN poetry install --no-dev --no- interaction --no-ansi
17+ RUN poetry install --no-interaction --no-ansi
1818
1919# Copy Nginx configuration
2020COPY nginx.conf /etc/nginx/nginx.conf
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY . .
1414RUN poetry config virtualenvs.create false
1515
1616# Install dependencies
17- RUN poetry install --no-dev --no- interaction --no-ansi
17+ RUN poetry install --no-interaction --no-ansi
1818
1919# Expose port 80
2020EXPOSE 80
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY . .
1414RUN poetry config virtualenvs.create false
1515
1616# Install dependencies
17- RUN poetry install --no-dev --no- interaction --no-ansi
17+ RUN poetry install --no-interaction --no-ansi
1818
1919# Expose port 80
2020EXPOSE 80
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY . .
1414RUN poetry config virtualenvs.create false
1515
1616# Install dependencies
17- RUN poetry install --no-dev --no- interaction --no-ansi
17+ RUN poetry install --no-interaction --no-ansi
1818
1919# Expose port 80
2020EXPOSE 80
You can’t perform that action at this time.
0 commit comments