aephiday commited on
Commit
f1dbaf7
1 Parent(s): 153c4d3

change on COPY path (#4)

Browse files

- Add large file using Git LFS (576db67f54e81bf608f4ce2ca9a48e800b24fb60)
- add plumber and renvlock file (63b17a06a88b0e84a06b12b111dc44d55aead8e7)
- add dockerfile (807065bf1f0d06e9e309d1e12598d1cc8a50280d)
- add data.txt file (ee8ea99fab97c9dca2f15ca6b8931bdae604b6ba)
- update model name for API docs' sake (b1e41d793c474f1bb061dfef28def714ff06b80e)
- upd change folder path on COPY (e170ffb75643de9a6e83af4b9d02b2a73c9301a3)
- Merge branch 'dev' into pr/4 (61dee3730a60b764f10f279fa8a6073e52d1574a)

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN mkdir -p /home/appuser/.cache && chown -R appuser:appuser /home/appuser/.cac
25
  # Create the .cache/pins/url directory and give appuser permission to write to it
26
  RUN mkdir -p /home/appuser/.cache/pins/url && chown -R appuser:appuser /home/appuser/.cache/pins/url
27
 
28
- COPY 'Prediksi TMA Ciliwung Kalibrasi'/ /opt/ml/'Prediksi TMA Ciliwung Kalibrasi'/
29
 
30
  RUN Rscript -e "install.packages('renv')"
31
  RUN Rscript -e "renv::restore()"
 
25
  # Create the .cache/pins/url directory and give appuser permission to write to it
26
  RUN mkdir -p /home/appuser/.cache/pins/url && chown -R appuser:appuser /home/appuser/.cache/pins/url
27
 
28
+ COPY `Prediksi TMA Ciliwung Kalibrasi`/ /opt/ml/`Prediksi TMA Ciliwung Kalibrasi`/
29
 
30
  RUN Rscript -e "install.packages('renv')"
31
  RUN Rscript -e "renv::restore()"