mirror of https://github.com/nucypher/nucypher.git
use nucypher/rust-python docker images
parent
201fe80f19
commit
f67a5c991f
|
@ -386,28 +386,28 @@ python_36_base: &python_36_base
|
|||
parallelism: 1
|
||||
working_directory: ~/nucypher
|
||||
docker:
|
||||
- image: kprasch/rust-python:3.6.9
|
||||
- image: nucypher/rust-python:3.6.9
|
||||
user: circleci
|
||||
|
||||
python_37_base: &python_37_base
|
||||
parallelism: 1
|
||||
working_directory: ~/nucypher
|
||||
docker:
|
||||
- image: kprasch/rust-python:3.7.9
|
||||
- image: nucypher/rust-python:3.7.9
|
||||
user: circleci
|
||||
|
||||
python_38_base: &python_38_base
|
||||
parallelism: 1
|
||||
working_directory: ~/nucypher
|
||||
docker:
|
||||
- image: kprasch/rust-python:3.8.9
|
||||
- image: nucypher/rust-python:3.8.9
|
||||
user: circleci
|
||||
|
||||
python_39_base: &python_39_base
|
||||
parallelism: 1
|
||||
working_directory: ~/nucypher
|
||||
docker:
|
||||
- image: kprasch/rust-python:3.9.9
|
||||
- image: nucypher/rust-python:3.9.9
|
||||
user: circleci
|
||||
|
||||
commands:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM kprasch/rust-python:3.8.9
|
||||
FROM nucypher/rust-python:3.8.9
|
||||
|
||||
WORKDIR /code
|
||||
COPY . /code
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.8.7
|
||||
FROM nucypher/rust-python:3.9.9
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
ENV PYTHONPATH /code
|
||||
|
||||
|
|
Loading…
Reference in New Issue