Skip to content

Commit

Permalink
Fix Docker packaging support
Browse files Browse the repository at this point in the history
Ref: 261
  • Loading branch information
gar1t committed Feb 8, 2021
1 parent 12033c8 commit bf98fc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package/docker/guildai/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ RUN apt-get update --assume-yes \
&& rm -rf /var/lib/apt/lists/*

RUN pip install --pre guildai \
&& pip install tensorflow \
&& pip install virtualenv==16
&& pip install virtualenv --upgrade

WORKDIR /root

RUN wget --quiet https://github.com/guildai/examples/archive/master.zip \
RUN wget --quiet https://github.com/guildai/guildai/archive/master.zip \
&& unzip master.zip \
&& mv examples-master guild-examples \
&& mv guildai-master/examples guild-examples \
&& rm -rf guildai-master \
&& rm master.zip

CMD [ "/bin/bash" ]

0 comments on commit bf98fc0

Please sign in to comment.