mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-21 18:20:01 +02:00
ci: default to python39
This commit is contained in:
parent
1c44912a90
commit
ad10fb93f5
@ -1,7 +1,7 @@
|
||||
# This file is a template, and might need editing before it works on your project.
|
||||
# Official language image. Look for the different tagged releases at:
|
||||
# https://hub.docker.com/r/library/python/tags/
|
||||
image: $CI_DOCKER_REGISTRY/python:3.8
|
||||
image: $CI_DOCKER_REGISTRY/python:3.9
|
||||
#commands to run in the Docker container before starting each job.
|
||||
variables:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
|
@ -1,5 +1,5 @@
|
||||
# set base image (host OS)
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.8
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.9
|
||||
|
||||
# set the working directory in the container
|
||||
WORKDIR /code
|
||||
|
@ -48,7 +48,7 @@ while getopts "hsc:rt" o; do
|
||||
esac
|
||||
done
|
||||
|
||||
conda_deps=(python=3.8)
|
||||
conda_deps=(python=3.9)
|
||||
|
||||
# check if tmux should be installed
|
||||
if [ "$skip_tmux" = false ]; then
|
||||
@ -126,7 +126,3 @@ else # install all packages in one virtual environment
|
||||
cd ../
|
||||
echo "Created virtual environment for all packages"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# set base image (host OS)
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.8
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.9
|
||||
|
||||
# set the working directory in the container
|
||||
WORKDIR /code
|
||||
|
@ -1,5 +1,5 @@
|
||||
# set base image (host OS)
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.8
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.9
|
||||
|
||||
# set the working directory in the container
|
||||
WORKDIR /code
|
||||
|
@ -12,7 +12,7 @@ In that sense, installing BEC in _[dev]_ mode, is the right choice in case you l
|
||||
**Requirements:**
|
||||
|
||||
---
|
||||
- python (>=3.8)
|
||||
- python (>=3.9)
|
||||
- [redis](https://redis.io)
|
||||
- tmux (=3.2)
|
||||
---
|
||||
|
@ -8,7 +8,7 @@ If you need to install BEC yourself, the following section will guide you throug
|
||||
**Requirements:**
|
||||
|
||||
---
|
||||
- python (>=3.8)
|
||||
- python (>=3.9)
|
||||
- redis
|
||||
- tmux (=3.2)
|
||||
---
|
||||
|
@ -1,5 +1,5 @@
|
||||
# set base image (host OS)
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.8
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.9
|
||||
|
||||
# set the working directory in the container
|
||||
WORKDIR /code
|
||||
|
@ -1,5 +1,5 @@
|
||||
# set base image (host OS)
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.8
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.9
|
||||
|
||||
# set the working directory in the container
|
||||
WORKDIR /code
|
||||
|
@ -1,5 +1,5 @@
|
||||
# set base image (host OS)
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.8
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.9
|
||||
|
||||
# set the working directory in the container
|
||||
WORKDIR /code
|
||||
|
@ -1,5 +1,5 @@
|
||||
# set base image (host OS)
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.8
|
||||
FROM morgana-harbor.psi.ch/bec/python:3.9
|
||||
|
||||
# set the working directory in the container
|
||||
WORKDIR /code
|
||||
|
Loading…
x
Reference in New Issue
Block a user