File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ executors:
8
8
# here we can define an executor that will be shared across different jobs
9
9
python-executor :
10
10
docker :
11
- - image : python:3.7-slim-buster@sha256:fecbb1a9695d25c974906263c64ffba6548ce14a169ed36be58331659383c25e
11
+ - image : python:3.7-slim-buster@sha256:0989af8ad0186232ff74e10e7defc60591361cee7d04afeec884561a220a5be9
12
12
environment :
13
13
POETRY_CACHE : /work/.cache/poetry
14
14
PIP_CACHE_DIR : /work/.cache/pip
Original file line number Diff line number Diff line change 1
- FROM python:3.7-slim-buster@sha256:50de4af76270c893fe36a9ae428951057d6e1a681312d11861970baa150a62e2
1
+ FROM python:3.7-slim-buster@sha256:fc6c922a57474e50b7566b3807de55d4df97d5c6b2cca8e1b41e48b31703e9ba
2
2
RUN apt update && apt install curl make git libopenblas-base -y
3
3
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
4
4
ENV SHELL /bin/bash -l
You can’t perform that action at this time.
0 commit comments