use nucypher/rust-python docker images

pull/2849/head
Kieran Prasch 2022-01-22 01:08:59 -08:00
parent 201fe80f19
commit f67a5c991f
3 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -1,4 +1,4 @@
FROM kprasch/rust-python:3.8.9
FROM nucypher/rust-python:3.8.9
WORKDIR /code
COPY . /code

View File

@ -1,4 +1,4 @@
FROM python:3.8.7
FROM nucypher/rust-python:3.9.9
ENV PYTHONUNBUFFERED 1
ENV PYTHONPATH /code