Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Jan 18, 2023
1 parent cb1afdf commit b868dbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/user/howto/train-model-remotely.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,14 @@ In our case, this could look something like this:

.. code-block:: docker
ENV SWIFT_CONTAINER https://api.cloud.ifca.es:8080/swift/v1/phytoplankton-tf/
ENV SWIFT_CONTAINER https://data-deep.a.incd.pt/index.php/s/r8y3WMK9jwEJ3Ei/download/
ENV MODEL_TAR phytoplankton.tar.xz
RUN rm -rf image-classification-tf/models/*
RUN curl --insecure -o ./image-classification-tf/models/${MODEL_TAR} \
${SWIFT_CONTAINER}${MODEL_TAR}
RUN cd image-classification-tf/models && \
tar -xf ${MODEL_TAR}
Check your Dockerfile works correctly by building it locally and running it:

Expand Down

0 comments on commit b868dbc

Please sign in to comment.