deploy prepare
This commit is contained in:
@@ -10,8 +10,9 @@ RUN apt-get update && apt-get install -y \
|
||||
pkg-config \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY requirements.txt /app/
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY docker/utils/requirements.txt /tmp/requirements.txt
|
||||
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
||||
|
||||
|
||||
COPY . /app/
|
||||
|
||||
|
||||
3
docker/utils/requirements.txt
Normal file
3
docker/utils/requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
black>=24.3.0
|
||||
flake8>=7.0.0
|
||||
ipython>=8.22.0
|
||||
Reference in New Issue
Block a user