This repository was archived by the owner on Mar 3, 2023. It is now read-only.
File tree 2 files changed +21
-20
lines changed
2 files changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -23,28 +23,29 @@ ENV bazelVersion 3.0.0
23
23
24
24
25
25
RUN apt-get update && apt-get -y install \
26
- g++ \
27
- cmake \
26
+ ant \
28
27
automake \
28
+ cmake \
29
+ curl \
30
+ curl \
31
+ g++ \
32
+ git \
33
+ libcppunit-dev \
29
34
libtool-bin \
30
35
libunwind8 \
31
- patch \
32
- python-dev \
33
- wget \
34
- zip \
35
- virtualenv \
36
- unzip \
37
- git \
38
- curl \
39
36
openjdk-11-jdk-headless \
37
+ patch \
38
+ python3 \
39
+ python3-dev \
40
+ python3-pip \
41
+ python3-setuptools \
42
+ python3-wheel \
43
+ sudo \
40
44
tree \
41
- python-setuptools \
42
- python-dev \
43
- python-wheel \
44
- python \
45
- python-pip \
46
- curl \
47
- sudo
45
+ unzip \
46
+ virtualenv \
47
+ wget \
48
+ zip
48
49
49
50
RUN curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
50
51
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ PIP_LOCATION=${HERON_ROOT_DIR}/bazel-bin/scripts/packages
38
38
39
39
virtualenv " $VENV "
40
40
source " $VENV /bin/activate"
41
- pip install pdoc==0.3.2
42
- pip install --ignore-installed six
41
+ pip3 install pdoc==0.3.2
42
+ pip3 install --ignore-installed six
43
43
# Install the heronpy
44
44
echo " list heronpy location"
45
45
ls $PIP_LOCATION
46
- pip install $PIP_LOCATION /heronpy-* -py2. py3-none-any.whl
46
+ pip3 install $PIP_LOCATION /heronpy-* -py3-none-any.whl
47
47
48
48
49
49
mkdir -p static/api && rm -rf static/api/python
You can’t perform that action at this time.
0 commit comments