Add all functions for architecture to work + for regular user flows, refactor and reformat issues, add boilerplate for loading jobs logic and extend search functionalities.
This commit is contained in:
parent
2928f51343
commit
be3f179472
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ RUN apt-get update -q && \
|
||||||
curl \
|
curl \
|
||||||
zip \
|
zip \
|
||||||
jq \
|
jq \
|
||||||
libgl1-mesa-glx \
|
# libgl1-mesa-glx \
|
||||||
netcat-traditional && \
|
netcat-traditional && \
|
||||||
pip install poetry && \
|
pip install poetry && \
|
||||||
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
|
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue