Skip to content

Commit

Permalink
add replication file back into replication folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaniyur committed Mar 28, 2024
1 parent c357d27 commit ddc551a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion replication/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt install -y llvm-14

# RUN apt install -y clang-6.0 llvm-6.0 llvm-6.0-dev llvm-6.0-tools zsh vim tmux

# COPY src/ /app/code/
COPY src/ /app/code/
RUN pip install networkx
RUN pip install pycparser
RUN pip install mpmath
Expand Down
5 changes: 5 additions & 0 deletions replication/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sudo docker build -t apcmetrinome/dockerapc -f Dockerfile .
sudo docker login
sudo docker push apcmetrinome/dockerapc
sudo docker run -it apcmetrinome/dockerapc

0 comments on commit ddc551a

Please sign in to comment.