aephidayatuloh commited on
Commit
0b42532
2 Parent(s): 950f38d b1e41d7

Merge branch 'dev' into pr/3

Browse files
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 model/ /opt/ml/model/
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()"
Prediksi TMA Ciliwung Kalibrasi/20240721T180658Z-9197e/Prediksi TMA Ciliwung Kalibrasi.rds ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33267afdcba0aa99c7d6361fe8b686796a6d4310852d08969970c2bd3ab1aa2d
3
+ size 29519
Prediksi TMA Ciliwung Kalibrasi/20240721T180658Z-9197e/data.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ file: Prediksi TMA Ciliwung Kalibrasi.rds
2
+ file_size: 29519
3
+ pin_hash: 9197eebd21d9aa36
4
+ type: rds
5
+ title: 'Prediksi TMA Ciliwung Kalibrasi: a pinned list'
6
+ description: Model prediksi TMA Cross-Section/River Sta untuk model Hec-Ras kalibrasi
7
+ tidymodels versi beta
8
+ tags: ~
9
+ urls: ~
10
+ created: 20240721T180658Z
11
+ api_version: 1
12
+ user:
13
+ required_pkgs:
14
+ - parsnip
15
+ - recipes
16
+ - workflows
17
+ - xgboost
18
+ renv_lock: ~
plumber.R CHANGED
@@ -5,7 +5,7 @@ library(plumber)
5
  library(rapidoc)
6
  library(vetiver)
7
  b <- board_folder(path = ".")
8
- v <- vetiver_pin_read(b, "model")
9
 
10
  #* @plumber
11
  function(pr) {
 
5
  library(rapidoc)
6
  library(vetiver)
7
  b <- board_folder(path = ".")
8
+ v <- vetiver_pin_read(b, "Prediksi TMA Ciliwung Kalibrasi")
9
 
10
  #* @plumber
11
  function(pr) {