Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/hmc-alpaqa/metrinome int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
mmendiratta27 committed Mar 29, 2024
2 parents ba38802 + 2613578 commit 37e2636
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 159 deletions.
82 changes: 0 additions & 82 deletions docker-file.txt

This file was deleted.

62 changes: 0 additions & 62 deletions dockerhub-copy.txt

This file was deleted.

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

2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ RUN CC=/usr/bin/clang
WORKDIR /app/code/
ENV PYTHON_VERSION=3.9.1
ENV PYTHONPATH=/app/code/
CMD ["bash"]
# CMD ["bash"]
3 changes: 2 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ clean:

build:
docker build -t apcmetrinome/develop:latest .

push:
docker push apcmetrinome/develop
ifeq ($(UNAME_S),Darwin)
run:
docker container prune -f --filter "label=metrinome_repl" > /dev/null
Expand Down
12 changes: 0 additions & 12 deletions src/trash.py

This file was deleted.

0 comments on commit 37e2636

Please sign in to comment.