Skip to content

Commit

Permalink
fix dockerhub repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaostuni committed Jan 3, 2024
1 parent 91773d4 commit d718f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG from=diegoferigo/gym-gz:pypi-master
ARG from=andreaostuni/gym-gz:pypi-master
FROM ${from}

# Install the PyPI package in a virtualenv
Expand All @@ -11,7 +11,7 @@ RUN virtualenv -p $(which python3) ${VIRTUAL_ENV} &&\
# Clone the repository
WORKDIR /github
ARG branch="master"
RUN git clone -b ${branch} https://github.com/robotology/gym-gz /github
RUN git clone -b ${branch} https://github.com/andreaostuni/gym-gz /github

# Reset the entrypoint
ENTRYPOINT [""]
Expand Down

0 comments on commit d718f3b

Please sign in to comment.