Skip to content

Commit

Permalink
Fix for trueagi-io/metta-wam#185 Dockerfile needs modification to run…
Browse files Browse the repository at this point in the history
… without errors #185
  • Loading branch information
TeamSPoon committed Nov 8, 2024
1 parent 08d216a commit 7cb4f10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt update
RUN apt install -y python3 python3-pip libpython3-dev git
RUN apt install -y sudo git curl gcc cmake
RUN apt install -y python3-venv time wget vim bc
RUN apt install -y python3-venv time wget vim bc dos2unix

# Create user
ENV USER=user
Expand All @@ -33,9 +33,9 @@ COPY ./ ./
# get rid of copied venv that is probably using a whole different python anyways
RUN rm -rf ./venv/
COPY ./INSTALL.sh ./INSTALL.sh
RUN apt install dos2unix

SHELL ["/bin/bash", "-c"]
RUN source ./INSTALL.sh --easy
RUN source ./INSTALL.sh --easy --allow-system-modifications


#RUN swipl -l src/main/metta_interp.pl -g qcompile_mettalog
Expand Down

0 comments on commit 7cb4f10

Please sign in to comment.