Resolved wrong mv usage for extracted directory (#9678)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
This commit is contained in:
parent
9e2347f8ff
commit
7c6efbc8a8
|
@ -32,7 +32,8 @@ RUN \
|
|||
rm -rf pytorch-lightning ; \
|
||||
wget https://github.com/PyTorchLightning/pytorch-lightning/archive/${LIGHTNING_VERSION}.zip --progress=bar:force:noscroll ; \
|
||||
unzip ${LIGHTNING_VERSION}.zip ; \
|
||||
mv pytorch-lightning-*/ pytorch-lightning ; \
|
||||
mv pytorch-lightning-*/* pytorch-lightning ; \
|
||||
rm -rf pytorch-lightning-* ; \
|
||||
rm *.zip ; \
|
||||
fi && \
|
||||
# save the examples
|
||||
|
|
Loading…
Reference in New Issue