Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
#Better run the following line before building the docker container
#RUN python3 setup.py
  • Loading branch information
Norod authored Jan 19, 2022
1 parent 3b4ab98 commit b4f8df6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hebrew-gpt_neo-xl/hebgptneo-xl-sl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ WORKDIR /app
RUN pip3 install -U pip
RUN pip3 install -r requirements.txt

RUN python3 setup.py
#Better run the following line before building the docker container
#RUN python3 setup.py

# remember to expose the port your app'll be exposed on.
EXPOSE 8080
Expand Down

0 comments on commit b4f8df6

Please sign in to comment.