Skip to content

Commit

Permalink
fixup! Refactoring: Project could not be "pip installed"
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Oct 13, 2023
1 parent 1a0c269 commit 90a7126
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packaging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ download-ipfs-kubo: target-dir build-dir

version:
python3 ./version_from_git.py --inplace deb aleph-vm/DEBIAN/control
python3 ./version_from_git.py --inplace __version__ ../aleph/vm/orchestrator/version.py
python3 ./version_from_git.py --inplace __version__ ../src/aleph/vm/orchestrator/version.py

build-dir:
mkdir -p target
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian-11.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /opt
COPY ../src/aleph/ ./aleph
COPY ../src/aleph/ ./src/aleph
COPY ../packaging ./packaging
COPY ../kernels ./kernels

Expand Down
2 changes: 1 addition & 1 deletion packaging/debian-12.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /opt
COPY ../src/aleph ./aleph
COPY ../src/aleph ./src/aleph
COPY ../packaging ./packaging
COPY ../kernels ./kernels

Expand Down
2 changes: 1 addition & 1 deletion packaging/ubuntu-22.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /opt
COPY ../src/aleph ./aleph
COPY ../src/aleph ./src/aleph
COPY ../packaging ./packaging
COPY ../kernels ./kernels

Expand Down

0 comments on commit 90a7126

Please sign in to comment.