mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-26 09:54:22 +01:00
🧪4️⃣ test: level 4 verbose
This commit is contained in:
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y {{apt_get_packa
|
||||
|
||||
## install requirements for the executor
|
||||
COPY requirements.txt .
|
||||
RUN pip install --compile -r requirements.txt
|
||||
RUN pip -v install --compile -r requirements.txt
|
||||
|
||||
# setup the workspace
|
||||
COPY . /workdir/
|
||||
|
||||
Reference in New Issue
Block a user