This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| wget https://www.mathworks.com/mpm/glnxa64/mpm && \ | |
| chmod +x mpm && \ | |
| ./mpm install --release=R2025a --destination=/opt/matlab --products=MATLAB Parallel_Computing_Toolbox Deep_Learning_Toolbox Statistics_and_Machine_Learning_Toolbox && \ | |
| ln -fs /opt/matlab/bin/matlab /usr/local/bin/matlab && \ | |
| MATLAB_DEPS_URL="https://raw.githubusercontent.com/mathworks-ref-arch/container-images/main/matlab-deps/r2025a/ubuntu22.04/base-dependencies.txt" && \ | |
| MATLAB_DEPENDENCIES=base-dependencies.txt && \ | |
| wget ${MATLAB_DEPS_URL} -O ${MATLAB_DEPENDENCIES} && \ | |
| xargs -a ${MATLAB_DEPENDENCIES} -r apt-get install --no-install-recommends -y && \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import streamlit as st | |
| import openai | |
| avatar = { | |
| "user": "🤓", | |
| "assistant": "🤖", | |
| } | |
| if "messages" not in st.session_state: | |
| st.session_state["messages"] = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Title | Genre | Premiere | Runtime | IMDB Score | Language | |
|---|---|---|---|---|---|---|
| Enter the Anime | Documentary | August 5, 2019 | 58 | 2.5 | English/Japanese | |
| Dark Forces | Thriller | August 21, 2020 | 81 | 2.6 | Spanish | |
| The App | Science fiction/Drama | December 26, 2019 | 79 | 2.6 | Italian | |
| The Open House | Horror thriller | January 19, 2018 | 94 | 3.2 | English | |
| Kaali Khuhi | Mystery | October 30, 2020 | 90 | 3.4 | Hindi | |
| Drive | Action | November 1, 2019 | 147 | 3.5 | Hindi | |
| Leyla Everlasting | Comedy | December 4, 2020 | 112 | 3.7 | Turkish | |
| The Last Days of American Crime | Heist film/Thriller | June 5, 2020 | 149 | 3.7 | English | |
| Paradox | Musical/Western/Fantasy | March 23, 2018 | 73 | 3.9 | English |
NewerOlder